Shades of Seal Brown #400604
Tints of Seal Brown #400604
RGB
CMYK
RGB Variations
Color information
#400604 (or 0x400604) is known color: Seal Brown. HEX triplet: 40, 06 and 04. RGB value is (64,6,4). Sum of RGB (Red+Green+Blue) = 64+6+4=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400604 is #BFF9FB. Grayscale: #171717. Windows color (decimal): -12581372 or 263744. OLE color: 263744.
HSL color Cylindrical-coordinate representation of color #400604: hue angle of 2º 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 #400604 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 4 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.75 |
| HSL | 2º | 0.88% | 0.13% | - |
| HSV(B) | 2º | 0.94% | 0.25% | - |
| XYZ | 2.2 | 1.23 | 0.24 | - |
| YUV | 23.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 4 | 0 | 0.91 | 0.94 | 0.75 | 2 | 0.88 | 0.13 |
| Hex | 40 | 6 | 4 | 0 | 5B | 5E | 4B | 2 | 58 | D |
| Octal | 100 | 6 | 4 | 0 | 133 | 136 | 113 | 2 | 130 | 15 |
| Binary | 1000000 | 110 | 100 | 0 | 1011011 | 1011110 | 1001011 | 10 | 1011000 | 1101 |
Color Harmonies of #400604
Complementary color
Monochromatic Colors of #400604
Black with #400604
Text Example
Text Example
White with #400604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400604; }
p { color: rgb(64,6,4); }
H1.HeaderClassName
{
color: #400604;
}
.AnyTagClassName
{
color: #400604;
}
</style>
background-color css
<style>
a { background-color: #400604; }
a { background-color: rgb(64,6,4); }
div.DivClassName
{
background-color: #400604;
}
.BgClassName
{
background-color: #400604;
}
</style>
border-color css
<style>
span { border-color: #400604; }
span { border-color: rgb(64,6,4); }
td.TdClassName
{
border-color: #400604;
}
.TagClassName
{
border-color: #400604;
}
</style>