Shades of Seal Brown #420E07
Tints of Seal Brown #420E07
RGB
CMYK
RGB Variations
Color information
#420E07 (or 0x420E07) is known color: Seal Brown. HEX triplet: 42, 0E and 07. RGB value is (66,14,7). Sum of RGB (Red+Green+Blue) = 66+14+7=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #420E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E07 is #BDF1F8. Grayscale: #1C1C1C. Windows color (decimal): -12448249 or 462402. OLE color: 462402.
HSL color Cylindrical-coordinate representation of color #420E07: hue angle of 7.12º 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 #420E07 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 14 | 7 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.74 |
| HSL | 7.12º | 0.81% | 0.14% | - |
| HSV(B) | 7.12º | 0.89% | 0.26% | - |
| XYZ | 2.44 | 1.49 | 0.36 | - |
| YUV | 28.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 7 | 0 | 0.79 | 0.89 | 0.74 | 7.12 | 0.81 | 0.14 |
| Hex | 42 | E | 7 | 0 | 4F | 59 | 4A | 7 | 51 | E |
| Octal | 102 | 16 | 7 | 0 | 117 | 131 | 112 | 7 | 121 | 16 |
| Binary | 1000010 | 1110 | 111 | 0 | 1001111 | 1011001 | 1001010 | 111 | 1010001 | 1110 |
Color Harmonies of #420E07
Complementary color
Monochromatic Colors of #420E07
Black with #420E07
Text Example
Text Example
White with #420E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E07; }
p { color: rgb(66,14,7); }
H1.HeaderClassName
{
color: #420E07;
}
.AnyTagClassName
{
color: #420E07;
}
</style>
background-color css
<style>
a { background-color: #420E07; }
a { background-color: rgb(66,14,7); }
div.DivClassName
{
background-color: #420E07;
}
.BgClassName
{
background-color: #420E07;
}
</style>
border-color css
<style>
span { border-color: #420E07; }
span { border-color: rgb(66,14,7); }
td.TdClassName
{
border-color: #420E07;
}
.TagClassName
{
border-color: #420E07;
}
</style>