Shades of Seal Brown #400804
Tints of Seal Brown #400804
RGB
CMYK
RGB Variations
Color information
#400804 (or 0x400804) is known color: Seal Brown. HEX triplet: 40, 08 and 04. RGB value is (64,8,4). Sum of RGB (Red+Green+Blue) = 64+8+4=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400804 is #BFF7FB. Grayscale: #181818. Windows color (decimal): -12580860 or 264256. OLE color: 264256.
HSL color Cylindrical-coordinate representation of color #400804: hue angle of 4º 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 #400804 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 4 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.75 |
| HSL | 4º | 0.88% | 0.13% | - |
| HSV(B) | 4º | 0.94% | 0.25% | - |
| XYZ | 2.22 | 1.27 | 0.24 | - |
| YUV | 24.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 4 | 0 | 0.87 | 0.94 | 0.75 | 4 | 0.88 | 0.13 |
| Hex | 40 | 8 | 4 | 0 | 57 | 5E | 4B | 4 | 58 | D |
| Octal | 100 | 10 | 4 | 0 | 127 | 136 | 113 | 4 | 130 | 15 |
| Binary | 1000000 | 1000 | 100 | 0 | 1010111 | 1011110 | 1001011 | 100 | 1011000 | 1101 |
Color Harmonies of #400804
Complementary color
Monochromatic Colors of #400804
Black with #400804
Text Example
Text Example
White with #400804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400804; }
p { color: rgb(64,8,4); }
H1.HeaderClassName
{
color: #400804;
}
.AnyTagClassName
{
color: #400804;
}
</style>
background-color css
<style>
a { background-color: #400804; }
a { background-color: rgb(64,8,4); }
div.DivClassName
{
background-color: #400804;
}
.BgClassName
{
background-color: #400804;
}
</style>
border-color css
<style>
span { border-color: #400804; }
span { border-color: rgb(64,8,4); }
td.TdClassName
{
border-color: #400804;
}
.TagClassName
{
border-color: #400804;
}
</style>