Shades of Seal Brown #20130E
Tints of Seal Brown #20130E
RGB
CMYK
RGB Variations
Color information
#20130E (or 0x20130E) is known color: Seal Brown. HEX triplet: 20, 13 and 0E. RGB value is (32,19,14). Sum of RGB (Red+Green+Blue) = 32+19+14=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20130E is #DFECF1. Grayscale: #161616. Windows color (decimal): -14675186 or 922400. OLE color: 922400.
HSL color Cylindrical-coordinate representation of color #20130E: hue angle of 16.67º 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 #20130E is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 19 | 14 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.87 |
| HSL | 16.67º | 0.39% | 0.09% | - |
| HSV(B) | 16.67º | 0.56% | 0.13% | - |
| XYZ | 0.91 | 0.8 | 0.52 | - |
| YUV | 22.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 14 | 0 | 0.41 | 0.56 | 0.87 | 16.67 | 0.39 | 0.09 |
| Hex | 20 | 13 | E | 0 | 29 | 38 | 57 | 11 | 27 | 9 |
| Octal | 40 | 23 | 16 | 0 | 51 | 70 | 127 | 21 | 47 | 11 |
| Binary | 100000 | 10011 | 1110 | 0 | 101001 | 111000 | 1010111 | 10001 | 100111 | 1001 |
Color Harmonies of #20130E
Complementary color
Monochromatic Colors of #20130E
Black with #20130E
Text Example
Text Example
White with #20130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20130E; }
p { color: rgb(32,19,14); }
H1.HeaderClassName
{
color: #20130E;
}
.AnyTagClassName
{
color: #20130E;
}
</style>
background-color css
<style>
a { background-color: #20130E; }
a { background-color: rgb(32,19,14); }
div.DivClassName
{
background-color: #20130E;
}
.BgClassName
{
background-color: #20130E;
}
</style>
border-color css
<style>
span { border-color: #20130E; }
span { border-color: rgb(32,19,14); }
td.TdClassName
{
border-color: #20130E;
}
.TagClassName
{
border-color: #20130E;
}
</style>