Shades of Seal Brown #400E08
Tints of Seal Brown #400E08
RGB
CMYK
RGB Variations
Color information
#400E08 (or 0x400E08) is known color: 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
| RGB | 64 | 14 | 8 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.75 |
| HSL | 6.43º | 0.78% | 0.14% | - |
| HSV(B) | 6.43º | 0.88% | 0.25% | - |
| XYZ | 2.32 | 1.42 | 0.38 | - |
| YUV | 28.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 8 | 0 | 0.78 | 0.87 | 0.75 | 6.43 | 0.78 | 0.14 |
| Hex | 40 | E | 8 | 0 | 4E | 57 | 4B | 6 | 4E | E |
| Octal | 100 | 16 | 10 | 0 | 116 | 127 | 113 | 6 | 116 | 16 |
| Binary | 1000000 | 1110 | 1000 | 0 | 1001110 | 1010111 | 1001011 | 110 | 1001110 | 1110 |
Color Harmonies of #400E08
Complementary color
Monochromatic Colors of #400E08
Black with #400E08
Text Example
Text Example
White with #400E08
Text Example
Text Example
HTML Codes & Css Web 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>