Shades of Seal Brown #420F03
Tints of Seal Brown #420F03
RGB
CMYK
RGB Variations
Color information
#420F03 (or 0x420F03) is known color: Seal Brown. HEX triplet: 42, 0F and 03. RGB value is (66,15,3). Sum of RGB (Red+Green+Blue) = 66+15+3=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F03 is #BDF0FC. Grayscale: #1C1C1C. Windows color (decimal): -12447997 or 200514. OLE color: 200514.
HSL color Cylindrical-coordinate representation of color #420F03: hue angle of 11.43º 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 #420F03 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 3 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.74 |
| HSL | 11.43º | 0.91% | 0.14% | - |
| HSV(B) | 11.43º | 0.95% | 0.26% | - |
| XYZ | 2.43 | 1.51 | 0.25 | - |
| YUV | 28.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 3 | 0 | 0.77 | 0.95 | 0.74 | 11.43 | 0.91 | 0.14 |
| Hex | 42 | F | 3 | 0 | 4D | 5F | 4A | B | 5B | E |
| Octal | 102 | 17 | 3 | 0 | 115 | 137 | 112 | 13 | 133 | 16 |
| Binary | 1000010 | 1111 | 11 | 0 | 1001101 | 1011111 | 1001010 | 1011 | 1011011 | 1110 |
Color Harmonies of #420F03
Complementary color
Monochromatic Colors of #420F03
Black with #420F03
Text Example
Text Example
White with #420F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F03; }
p { color: rgb(66,15,3); }
H1.HeaderClassName
{
color: #420F03;
}
.AnyTagClassName
{
color: #420F03;
}
</style>
background-color css
<style>
a { background-color: #420F03; }
a { background-color: rgb(66,15,3); }
div.DivClassName
{
background-color: #420F03;
}
.BgClassName
{
background-color: #420F03;
}
</style>
border-color css
<style>
span { border-color: #420F03; }
span { border-color: rgb(66,15,3); }
td.TdClassName
{
border-color: #420F03;
}
.TagClassName
{
border-color: #420F03;
}
</style>