#400e08

Color #400E08 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #400E08

Tints of Seal Brown #400E08

Color information

#400E08 (or 0x400E08) is unknown color: approx Seal Brown. HEX triplet: 40, 0E and 08. RGB value is (64,14,8). Sum of RGB (Red+Green+Blue) = 64+14+8=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E08 is #BFF1F7. Grayscale: #1C1C1C. Windows color (decimal): -12579320 or 527936. OLE color: 527936.

HSL color Cylindrical-coordinate representation of color #400E08: hue angle of 6.43º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400E08 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB64148-
CMYK00.780.870.75
HSL6.43º77.78%14.12%-
HSV(B)6.43º87.5%25.1%-
XYZ2.321.420.38-
YUV28.27116.56153.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 8 (3.52% from 255) = 9.30%
R=74.42%
G=16.28%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414800.780.870.756.4377.7814.12
Hex40E804E574B64ee
Octal10016100116127113611616
Binary100000011101000010011101010111100101111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400e08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400e08; }

 p { color: rgb(64,14,8); }

 H1.HeaderClassName
 {
   color: #400e08;
 }
 .AnyTagClassName
 {
   color: #400e08;
 }
</style>
background-color css

<style>
 a { background-color: #400e08; }

 a { background-color: rgb(64,14,8); }

 div.DivClassName
 {
   background-color: #400e08;
 }
 .BgClassName
 {
   background-color: #400e08;
 }
</style>
border-color css

<style>
 span { border-color: #400e08; }

 span { border-color: rgb(64,14,8); }

 td.TdClassName
 {
   border-color: #400e08;
 }
 .TagClassName
 {
   border-color: #400e08;
 }
</style>