Shades of Seal Brown #420D03
Tints of Seal Brown #420D03
RGB
CMYK
RGB Variations
Color information
#420D03 (or 0x420D03) is known color: Seal Brown. HEX triplet: 42, 0D and 03. RGB value is (66,13,3). Sum of RGB (Red+Green+Blue) = 66+13+3=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #420D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420D03 is #BDF2FC. Grayscale: #1B1B1B. Windows color (decimal): -12448509 or 200002. OLE color: 200002.
HSL color Cylindrical-coordinate representation of color #420D03: hue angle of 9.52º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420D03 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 13 | 3 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.74 |
| HSL | 9.52º | 0.91% | 0.14% | - |
| HSV(B) | 9.52º | 0.95% | 0.26% | - |
| XYZ | 2.41 | 1.45 | 0.24 | - |
| YUV | 27.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 3 | 0 | 0.80 | 0.95 | 0.74 | 9.52 | 0.91 | 0.14 |
| Hex | 42 | D | 3 | 0 | 50 | 5F | 4A | A | 5B | E |
| Octal | 102 | 15 | 3 | 0 | 120 | 137 | 112 | 12 | 133 | 16 |
| Binary | 1000010 | 1101 | 11 | 0 | 1010000 | 1011111 | 1001010 | 1010 | 1011011 | 1110 |
Color Harmonies of #420D03
Complementary color
Monochromatic Colors of #420D03
Black with #420D03
Text Example
Text Example
White with #420D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D03; }
p { color: rgb(66,13,3); }
H1.HeaderClassName
{
color: #420D03;
}
.AnyTagClassName
{
color: #420D03;
}
</style>
background-color css
<style>
a { background-color: #420D03; }
a { background-color: rgb(66,13,3); }
div.DivClassName
{
background-color: #420D03;
}
.BgClassName
{
background-color: #420D03;
}
</style>
border-color css
<style>
span { border-color: #420D03; }
span { border-color: rgb(66,13,3); }
td.TdClassName
{
border-color: #420D03;
}
.TagClassName
{
border-color: #420D03;
}
</style>