Shades of Seal Brown #420B04
Tints of Seal Brown #420B04
RGB
CMYK
RGB Variations
Color information
#420B04 (or 0x420B04) is known color: Seal Brown. HEX triplet: 42, 0B and 04. RGB value is (66,11,4). Sum of RGB (Red+Green+Blue) = 66+11+4=81 (10% of max value = 765). Red value is 66 (26.17% from 255 or 81.48% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 66 - color contains mainly: red. Hex color #420B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B04 is #BDF4FB. Grayscale: #1A1A1A. Windows color (decimal): -12449020 or 265026. OLE color: 265026.
HSL color Cylindrical-coordinate representation of color #420B04: hue angle of 6.77º 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 #420B04 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 11 | 4 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.74 |
| HSL | 6.77º | 0.89% | 0.14% | - |
| HSV(B) | 6.77º | 0.94% | 0.26% | - |
| XYZ | 2.39 | 1.41 | 0.26 | - |
| YUV | 26.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 4 | 0 | 0.83 | 0.94 | 0.74 | 6.77 | 0.89 | 0.14 |
| Hex | 42 | B | 4 | 0 | 53 | 5E | 4A | 7 | 59 | E |
| Octal | 102 | 13 | 4 | 0 | 123 | 136 | 112 | 7 | 131 | 16 |
| Binary | 1000010 | 1011 | 100 | 0 | 1010011 | 1011110 | 1001010 | 111 | 1011001 | 1110 |
Color Harmonies of #420B04
Complementary color
Monochromatic Colors of #420B04
Black with #420B04
Text Example
Text Example
White with #420B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B04; }
p { color: rgb(66,11,4); }
H1.HeaderClassName
{
color: #420B04;
}
.AnyTagClassName
{
color: #420B04;
}
</style>
background-color css
<style>
a { background-color: #420B04; }
a { background-color: rgb(66,11,4); }
div.DivClassName
{
background-color: #420B04;
}
.BgClassName
{
background-color: #420B04;
}
</style>
border-color css
<style>
span { border-color: #420B04; }
span { border-color: rgb(66,11,4); }
td.TdClassName
{
border-color: #420B04;
}
.TagClassName
{
border-color: #420B04;
}
</style>