Shades of Seal Brown #420A02
Tints of Seal Brown #420A02
RGB
CMYK
RGB Variations
Color information
#420A02 (or 0x420A02) is known color: Seal Brown. HEX triplet: 42, 0A and 02. RGB value is (66,10,2). Sum of RGB (Red+Green+Blue) = 66+10+2=78 (10% of max value = 765). Red value is 66 (26.17% from 255 or 84.62% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 66 - color contains mainly: red. Hex color #420A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A02 is #BDF5FD. Grayscale: #191919. Windows color (decimal): -12449278 or 133698. OLE color: 133698.
HSL color Cylindrical-coordinate representation of color #420A02: hue angle of 7.5º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420A02 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 10 | 2 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.74 |
| HSL | 7.5º | 0.94% | 0.13% | - |
| HSV(B) | 7.5º | 0.97% | 0.26% | - |
| XYZ | 2.37 | 1.38 | 0.2 | - |
| YUV | 25.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 2 | 0 | 0.85 | 0.97 | 0.74 | 7.5 | 0.94 | 0.13 |
| Hex | 42 | A | 2 | 0 | 55 | 61 | 4A | 8 | 5E | D |
| Octal | 102 | 12 | 2 | 0 | 125 | 141 | 112 | 10 | 136 | 15 |
| Binary | 1000010 | 1010 | 10 | 0 | 1010101 | 1100001 | 1001010 | 1000 | 1011110 | 1101 |
Color Harmonies of #420A02
Complementary color
Monochromatic Colors of #420A02
Black with #420A02
Text Example
Text Example
White with #420A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A02; }
p { color: rgb(66,10,2); }
H1.HeaderClassName
{
color: #420A02;
}
.AnyTagClassName
{
color: #420A02;
}
</style>
background-color css
<style>
a { background-color: #420A02; }
a { background-color: rgb(66,10,2); }
div.DivClassName
{
background-color: #420A02;
}
.BgClassName
{
background-color: #420A02;
}
</style>
border-color css
<style>
span { border-color: #420A02; }
span { border-color: rgb(66,10,2); }
td.TdClassName
{
border-color: #420A02;
}
.TagClassName
{
border-color: #420A02;
}
</style>