Shades of Seal Brown #420404
Tints of Seal Brown #420404
RGB
CMYK
RGB Variations
Color information
#420404 (or 0x420404) is known color: Seal Brown. HEX triplet: 42, 04 and 04. RGB value is (66,4,4). Sum of RGB (Red+Green+Blue) = 66+4+4=74 (9% of max value = 765). Red value is 66 (26.17% from 255 or 89.19% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 66 - color contains mainly: red. Hex color #420404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420404 is #BDFBFB. Grayscale: #161616. Windows color (decimal): -12450812 or 263234. OLE color: 263234.
HSL color Cylindrical-coordinate representation of color #420404: hue angle of 0º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420404 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 4 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.74 |
| HSL | 0º | 0.89% | 0.14% | - |
| HSV(B) | 0º | 0.94% | 0.26% | - |
| XYZ | 2.31 | 1.25 | 0.24 | - |
| YUV | 22.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 4 | 0 | 0.94 | 0.94 | 0.74 | 0 | 0.89 | 0.14 |
| Hex | 42 | 4 | 4 | 0 | 5E | 5E | 4A | 0 | 59 | E |
| Octal | 102 | 4 | 4 | 0 | 136 | 136 | 112 | 0 | 131 | 16 |
| Binary | 1000010 | 100 | 100 | 0 | 1011110 | 1011110 | 1001010 | 0 | 1011001 | 1110 |
Color Harmonies of #420404
Complementary color
Monochromatic Colors of #420404
Black with #420404
Text Example
Text Example
White with #420404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420404; }
p { color: rgb(66,4,4); }
H1.HeaderClassName
{
color: #420404;
}
.AnyTagClassName
{
color: #420404;
}
</style>
background-color css
<style>
a { background-color: #420404; }
a { background-color: rgb(66,4,4); }
div.DivClassName
{
background-color: #420404;
}
.BgClassName
{
background-color: #420404;
}
</style>
border-color css
<style>
span { border-color: #420404; }
span { border-color: rgb(66,4,4); }
td.TdClassName
{
border-color: #420404;
}
.TagClassName
{
border-color: #420404;
}
</style>