Shades of Seal Brown #20120E
Tints of Seal Brown #20120E
RGB
CMYK
RGB Variations
Color information
#20120E (or 0x20120E) is known color: Seal Brown. HEX triplet: 20, 12 and 0E. RGB value is (32,18,14). Sum of RGB (Red+Green+Blue) = 32+18+14=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120E is #DFEDF1. Grayscale: #151515. Windows color (decimal): -14675442 or 922144. OLE color: 922144.
HSL color Cylindrical-coordinate representation of color #20120E: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20120E is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 18 | 14 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.87 |
| HSL | 13.33º | 0.39% | 0.09% | - |
| HSV(B) | 13.33º | 0.56% | 0.13% | - |
| XYZ | 0.89 | 0.77 | 0.52 | - |
| YUV | 21.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 14 | 0 | 0.44 | 0.56 | 0.87 | 13.33 | 0.39 | 0.09 |
| Hex | 20 | 12 | E | 0 | 2C | 38 | 57 | D | 27 | 9 |
| Octal | 40 | 22 | 16 | 0 | 54 | 70 | 127 | 15 | 47 | 11 |
| Binary | 100000 | 10010 | 1110 | 0 | 101100 | 111000 | 1010111 | 1101 | 100111 | 1001 |
Color Harmonies of #20120E
Complementary color
Monochromatic Colors of #20120E
Black with #20120E
Text Example
Text Example
White with #20120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20120E; }
p { color: rgb(32,18,14); }
H1.HeaderClassName
{
color: #20120E;
}
.AnyTagClassName
{
color: #20120E;
}
</style>
background-color css
<style>
a { background-color: #20120E; }
a { background-color: rgb(32,18,14); }
div.DivClassName
{
background-color: #20120E;
}
.BgClassName
{
background-color: #20120E;
}
</style>
border-color css
<style>
span { border-color: #20120E; }
span { border-color: rgb(32,18,14); }
td.TdClassName
{
border-color: #20120E;
}
.TagClassName
{
border-color: #20120E;
}
</style>