Shades of Seal Brown #42120E
Tints of Seal Brown #42120E
RGB
CMYK
RGB Variations
Color information
#42120E (or 0x42120E) is known color: Seal Brown. HEX triplet: 42, 12 and 0E. RGB value is (66,18,14). Sum of RGB (Red+Green+Blue) = 66+18+14=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #42120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42120E is #BDEDF1. Grayscale: #1F1F1F. Windows color (decimal): -12447218 or 922178. OLE color: 922178.
HSL color Cylindrical-coordinate representation of color #42120E: hue angle of 4.62º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42120E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 14 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.74 |
| HSL | 4.62º | 0.65% | 0.16% | - |
| HSV(B) | 4.62º | 0.79% | 0.26% | - |
| XYZ | 2.54 | 1.62 | 0.59 | - |
| YUV | 31.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 14 | 0 | 0.73 | 0.79 | 0.74 | 4.62 | 0.65 | 0.16 |
| Hex | 42 | 12 | E | 0 | 49 | 4F | 4A | 5 | 41 | 10 |
| Octal | 102 | 22 | 16 | 0 | 111 | 117 | 112 | 5 | 101 | 20 |
| Binary | 1000010 | 10010 | 1110 | 0 | 1001001 | 1001111 | 1001010 | 101 | 1000001 | 10000 |
Color Harmonies of #42120E
Complementary color
Monochromatic Colors of #42120E
Black with #42120E
Text Example
Text Example
White with #42120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42120E; }
p { color: rgb(66,18,14); }
H1.HeaderClassName
{
color: #42120E;
}
.AnyTagClassName
{
color: #42120E;
}
</style>
background-color css
<style>
a { background-color: #42120E; }
a { background-color: rgb(66,18,14); }
div.DivClassName
{
background-color: #42120E;
}
.BgClassName
{
background-color: #42120E;
}
</style>
border-color css
<style>
span { border-color: #42120E; }
span { border-color: rgb(66,18,14); }
td.TdClassName
{
border-color: #42120E;
}
.TagClassName
{
border-color: #42120E;
}
</style>