Shades of Seal Brown #420C07
Tints of Seal Brown #420C07
RGB
CMYK
RGB Variations
Color information
#420C07 (or 0x420C07) is known color: Seal Brown. HEX triplet: 42, 0C and 07. RGB value is (66,12,7). Sum of RGB (Red+Green+Blue) = 66+12+7=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #420C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C07 is #BDF3F8. Grayscale: #1B1B1B. Windows color (decimal): -12448761 or 461890. OLE color: 461890.
HSL color Cylindrical-coordinate representation of color #420C07: hue angle of 5.08º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420C07 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 7 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.74 |
| HSL | 5.08º | 0.81% | 0.14% | - |
| HSV(B) | 5.08º | 0.89% | 0.26% | - |
| XYZ | 2.42 | 1.44 | 0.35 | - |
| YUV | 27.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 7 | 0 | 0.82 | 0.89 | 0.74 | 5.08 | 0.81 | 0.14 |
| Hex | 42 | C | 7 | 0 | 52 | 59 | 4A | 5 | 51 | E |
| Octal | 102 | 14 | 7 | 0 | 122 | 131 | 112 | 5 | 121 | 16 |
| Binary | 1000010 | 1100 | 111 | 0 | 1010010 | 1011001 | 1001010 | 101 | 1010001 | 1110 |
Color Harmonies of #420C07
Complementary color
Monochromatic Colors of #420C07
Black with #420C07
Text Example
Text Example
White with #420C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C07; }
p { color: rgb(66,12,7); }
H1.HeaderClassName
{
color: #420C07;
}
.AnyTagClassName
{
color: #420C07;
}
</style>
background-color css
<style>
a { background-color: #420C07; }
a { background-color: rgb(66,12,7); }
div.DivClassName
{
background-color: #420C07;
}
.BgClassName
{
background-color: #420C07;
}
</style>
border-color css
<style>
span { border-color: #420C07; }
span { border-color: rgb(66,12,7); }
td.TdClassName
{
border-color: #420C07;
}
.TagClassName
{
border-color: #420C07;
}
</style>