Shades of Seal Brown #20130F
Tints of Seal Brown #20130F
RGB
CMYK
RGB Variations
Color information
#20130F (or 0x20130F) is known color: Seal Brown. HEX triplet: 20, 13 and 0F. RGB value is (32,19,15). Sum of RGB (Red+Green+Blue) = 32+19+15=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20130F is #DFECF0. Grayscale: #161616. Windows color (decimal): -14675185 or 987936. OLE color: 987936.
HSL color Cylindrical-coordinate representation of color #20130F: hue angle of 14.12º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20130F is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 19 | 15 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.87 |
| HSL | 14.12º | 0.36% | 0.09% | - |
| HSV(B) | 14.12º | 0.53% | 0.13% | - |
| XYZ | 0.91 | 0.81 | 0.56 | - |
| YUV | 22.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 15 | 0 | 0.41 | 0.53 | 0.87 | 14.12 | 0.36 | 0.09 |
| Hex | 20 | 13 | F | 0 | 29 | 35 | 57 | E | 24 | 9 |
| Octal | 40 | 23 | 17 | 0 | 51 | 65 | 127 | 16 | 44 | 11 |
| Binary | 100000 | 10011 | 1111 | 0 | 101001 | 110101 | 1010111 | 1110 | 100100 | 1001 |
Color Harmonies of #20130F
Complementary color
Monochromatic Colors of #20130F
Black with #20130F
Text Example
Text Example
White with #20130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20130F; }
p { color: rgb(32,19,15); }
H1.HeaderClassName
{
color: #20130F;
}
.AnyTagClassName
{
color: #20130F;
}
</style>
background-color css
<style>
a { background-color: #20130F; }
a { background-color: rgb(32,19,15); }
div.DivClassName
{
background-color: #20130F;
}
.BgClassName
{
background-color: #20130F;
}
</style>
border-color css
<style>
span { border-color: #20130F; }
span { border-color: rgb(32,19,15); }
td.TdClassName
{
border-color: #20130F;
}
.TagClassName
{
border-color: #20130F;
}
</style>