Shades of Seal Brown #20110F
Tints of Seal Brown #20110F
RGB
CMYK
RGB Variations
Color information
#20110F (or 0x20110F) is known color: Seal Brown. HEX triplet: 20, 11 and 0F. RGB value is (32,17,15). Sum of RGB (Red+Green+Blue) = 32+17+15=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20110F is #DFEEF0. Grayscale: #151515. Windows color (decimal): -14675697 or 987424. OLE color: 987424.
HSL color Cylindrical-coordinate representation of color #20110F: hue angle of 7.06º 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 #20110F is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 15 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.87 |
| HSL | 7.06º | 0.36% | 0.09% | - |
| HSV(B) | 7.06º | 0.53% | 0.13% | - |
| XYZ | 0.88 | 0.74 | 0.55 | - |
| YUV | 21.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 15 | 0 | 0.47 | 0.53 | 0.87 | 7.06 | 0.36 | 0.09 |
| Hex | 20 | 11 | F | 0 | 2F | 35 | 57 | 7 | 24 | 9 |
| Octal | 40 | 21 | 17 | 0 | 57 | 65 | 127 | 7 | 44 | 11 |
| Binary | 100000 | 10001 | 1111 | 0 | 101111 | 110101 | 1010111 | 111 | 100100 | 1001 |
Color Harmonies of #20110F
Complementary color
Monochromatic Colors of #20110F
Black with #20110F
Text Example
Text Example
White with #20110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20110F; }
p { color: rgb(32,17,15); }
H1.HeaderClassName
{
color: #20110F;
}
.AnyTagClassName
{
color: #20110F;
}
</style>
background-color css
<style>
a { background-color: #20110F; }
a { background-color: rgb(32,17,15); }
div.DivClassName
{
background-color: #20110F;
}
.BgClassName
{
background-color: #20110F;
}
</style>
border-color css
<style>
span { border-color: #20110F; }
span { border-color: rgb(32,17,15); }
td.TdClassName
{
border-color: #20110F;
}
.TagClassName
{
border-color: #20110F;
}
</style>