Shades of Seal Brown #420C05
Tints of Seal Brown #420C05
RGB
CMYK
RGB Variations
Color information
#420C05 (or 0x420C05) is known color: Seal Brown. HEX triplet: 42, 0C and 05. RGB value is (66,12,5). Sum of RGB (Red+Green+Blue) = 66+12+5=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #420C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C05 is #BDF3FA. Grayscale: #1B1B1B. Windows color (decimal): -12448763 or 330818. OLE color: 330818.
HSL color Cylindrical-coordinate representation of color #420C05: hue angle of 6.89º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420C05 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 5 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.74 |
| HSL | 6.89º | 0.86% | 0.14% | - |
| HSV(B) | 6.89º | 0.92% | 0.26% | - |
| XYZ | 2.41 | 1.43 | 0.29 | - |
| YUV | 27.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 5 | 0 | 0.82 | 0.92 | 0.74 | 6.89 | 0.86 | 0.14 |
| Hex | 42 | C | 5 | 0 | 52 | 5C | 4A | 7 | 56 | E |
| Octal | 102 | 14 | 5 | 0 | 122 | 134 | 112 | 7 | 126 | 16 |
| Binary | 1000010 | 1100 | 101 | 0 | 1010010 | 1011100 | 1001010 | 111 | 1010110 | 1110 |
Color Harmonies of #420C05
Complementary color
Monochromatic Colors of #420C05
Black with #420C05
Text Example
Text Example
White with #420C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C05; }
p { color: rgb(66,12,5); }
H1.HeaderClassName
{
color: #420C05;
}
.AnyTagClassName
{
color: #420C05;
}
</style>
background-color css
<style>
a { background-color: #420C05; }
a { background-color: rgb(66,12,5); }
div.DivClassName
{
background-color: #420C05;
}
.BgClassName
{
background-color: #420C05;
}
</style>
border-color css
<style>
span { border-color: #420C05; }
span { border-color: rgb(66,12,5); }
td.TdClassName
{
border-color: #420C05;
}
.TagClassName
{
border-color: #420C05;
}
</style>