Shades of Seal Brown #420C04
Tints of Seal Brown #420C04
RGB
CMYK
RGB Variations
Color information
#420C04 (or 0x420C04) is known color: Seal Brown. HEX triplet: 42, 0C and 04. RGB value is (66,12,4). Sum of RGB (Red+Green+Blue) = 66+12+4=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #420C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C04 is #BDF3FB. Grayscale: #1B1B1B. Windows color (decimal): -12448764 or 265282. OLE color: 265282.
HSL color Cylindrical-coordinate representation of color #420C04: hue angle of 7.74º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420C04 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 4 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.74 |
| HSL | 7.74º | 0.89% | 0.14% | - |
| HSV(B) | 7.74º | 0.94% | 0.26% | - |
| XYZ | 2.4 | 1.43 | 0.26 | - |
| YUV | 27.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 4 | 0 | 0.82 | 0.94 | 0.74 | 7.74 | 0.89 | 0.14 |
| Hex | 42 | C | 4 | 0 | 52 | 5E | 4A | 8 | 59 | E |
| Octal | 102 | 14 | 4 | 0 | 122 | 136 | 112 | 10 | 131 | 16 |
| Binary | 1000010 | 1100 | 100 | 0 | 1010010 | 1011110 | 1001010 | 1000 | 1011001 | 1110 |
Color Harmonies of #420C04
Complementary color
Monochromatic Colors of #420C04
Black with #420C04
Text Example
Text Example
White with #420C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C04; }
p { color: rgb(66,12,4); }
H1.HeaderClassName
{
color: #420C04;
}
.AnyTagClassName
{
color: #420C04;
}
</style>
background-color css
<style>
a { background-color: #420C04; }
a { background-color: rgb(66,12,4); }
div.DivClassName
{
background-color: #420C04;
}
.BgClassName
{
background-color: #420C04;
}
</style>
border-color css
<style>
span { border-color: #420C04; }
span { border-color: rgb(66,12,4); }
td.TdClassName
{
border-color: #420C04;
}
.TagClassName
{
border-color: #420C04;
}
</style>