Shades of Seal Brown #420C09
Tints of Seal Brown #420C09
RGB
CMYK
RGB Variations
Color information
#420C09 (or 0x420C09) is known color: Seal Brown. HEX triplet: 42, 0C and 09. RGB value is (66,12,9). Sum of RGB (Red+Green+Blue) = 66+12+9=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #420C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C09 is #BDF3F6. Grayscale: #1B1B1B. Windows color (decimal): -12448759 or 592962. OLE color: 592962.
HSL color Cylindrical-coordinate representation of color #420C09: hue angle of 3.16º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420C09 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 9 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.74 |
| HSL | 3.16º | 0.76% | 0.15% | - |
| HSV(B) | 3.16º | 0.86% | 0.26% | - |
| XYZ | 2.43 | 1.44 | 0.41 | - |
| YUV | 27.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 9 | 0 | 0.82 | 0.86 | 0.74 | 3.16 | 0.76 | 0.15 |
| Hex | 42 | C | 9 | 0 | 52 | 56 | 4A | 3 | 4C | F |
| Octal | 102 | 14 | 11 | 0 | 122 | 126 | 112 | 3 | 114 | 17 |
| Binary | 1000010 | 1100 | 1001 | 0 | 1010010 | 1010110 | 1001010 | 11 | 1001100 | 1111 |
Color Harmonies of #420C09
Complementary color
Monochromatic Colors of #420C09
Black with #420C09
Text Example
Text Example
White with #420C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C09; }
p { color: rgb(66,12,9); }
H1.HeaderClassName
{
color: #420C09;
}
.AnyTagClassName
{
color: #420C09;
}
</style>
background-color css
<style>
a { background-color: #420C09; }
a { background-color: rgb(66,12,9); }
div.DivClassName
{
background-color: #420C09;
}
.BgClassName
{
background-color: #420C09;
}
</style>
border-color css
<style>
span { border-color: #420C09; }
span { border-color: rgb(66,12,9); }
td.TdClassName
{
border-color: #420C09;
}
.TagClassName
{
border-color: #420C09;
}
</style>