Shades of Seal Brown #400E04
Tints of Seal Brown #400E04
RGB
CMYK
RGB Variations
Color information
#400E04 (or 0x400E04) is known color: Seal Brown. HEX triplet: 40, 0E and 04. RGB value is (64,14,4). Sum of RGB (Red+Green+Blue) = 64+14+4=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #400E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E04 is #BFF1FB. Grayscale: #1B1B1B. Windows color (decimal): -12579324 or 265792. OLE color: 265792.
HSL color Cylindrical-coordinate representation of color #400E04: hue angle of 10º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400E04 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 4 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.75 |
| HSL | 10º | 0.88% | 0.13% | - |
| HSV(B) | 10º | 0.94% | 0.25% | - |
| XYZ | 2.29 | 1.41 | 0.27 | - |
| YUV | 27.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 4 | 0 | 0.78 | 0.94 | 0.75 | 10 | 0.88 | 0.13 |
| Hex | 40 | E | 4 | 0 | 4E | 5E | 4B | A | 58 | D |
| Octal | 100 | 16 | 4 | 0 | 116 | 136 | 113 | 12 | 130 | 15 |
| Binary | 1000000 | 1110 | 100 | 0 | 1001110 | 1011110 | 1001011 | 1010 | 1011000 | 1101 |
Color Harmonies of #400E04
Complementary color
Monochromatic Colors of #400E04
Black with #400E04
Text Example
Text Example
White with #400E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E04; }
p { color: rgb(64,14,4); }
H1.HeaderClassName
{
color: #400E04;
}
.AnyTagClassName
{
color: #400E04;
}
</style>
background-color css
<style>
a { background-color: #400E04; }
a { background-color: rgb(64,14,4); }
div.DivClassName
{
background-color: #400E04;
}
.BgClassName
{
background-color: #400E04;
}
</style>
border-color css
<style>
span { border-color: #400E04; }
span { border-color: rgb(64,14,4); }
td.TdClassName
{
border-color: #400E04;
}
.TagClassName
{
border-color: #400E04;
}
</style>