Shades of Seal Brown #420D02
Tints of Seal Brown #420D02
RGB
CMYK
RGB Variations
Color information
#420D02 (or 0x420D02) is known color: Seal Brown. HEX triplet: 42, 0D and 02. RGB value is (66,13,2). Sum of RGB (Red+Green+Blue) = 66+13+2=81 (10% of max value = 765). Red value is 66 (26.17% from 255 or 81.48% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 66 - color contains mainly: red. Hex color #420D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420D02 is #BDF2FD. Grayscale: #1B1B1B. Windows color (decimal): -12448510 or 134466. OLE color: 134466.
HSL color Cylindrical-coordinate representation of color #420D02: hue angle of 10.31º 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 #420D02 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 13 | 2 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.74 |
| HSL | 10.31º | 0.94% | 0.13% | - |
| HSV(B) | 10.31º | 0.97% | 0.26% | - |
| XYZ | 2.4 | 1.45 | 0.21 | - |
| YUV | 27.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 2 | 0 | 0.80 | 0.97 | 0.74 | 10.31 | 0.94 | 0.13 |
| Hex | 42 | D | 2 | 0 | 50 | 61 | 4A | A | 5E | D |
| Octal | 102 | 15 | 2 | 0 | 120 | 141 | 112 | 12 | 136 | 15 |
| Binary | 1000010 | 1101 | 10 | 0 | 1010000 | 1100001 | 1001010 | 1010 | 1011110 | 1101 |
Color Harmonies of #420D02
Complementary color
Monochromatic Colors of #420D02
Black with #420D02
Text Example
Text Example
White with #420D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D02; }
p { color: rgb(66,13,2); }
H1.HeaderClassName
{
color: #420D02;
}
.AnyTagClassName
{
color: #420D02;
}
</style>
background-color css
<style>
a { background-color: #420D02; }
a { background-color: rgb(66,13,2); }
div.DivClassName
{
background-color: #420D02;
}
.BgClassName
{
background-color: #420D02;
}
</style>
border-color css
<style>
span { border-color: #420D02; }
span { border-color: rgb(66,13,2); }
td.TdClassName
{
border-color: #420D02;
}
.TagClassName
{
border-color: #420D02;
}
</style>