Shades of Seal Brown #20110B
Tints of Seal Brown #20110B
RGB
CMYK
RGB Variations
Color information
#20110B (or 0x20110B) is known color: Seal Brown. HEX triplet: 20, 11 and 0B. RGB value is (32,17,11). Sum of RGB (Red+Green+Blue) = 32+17+11=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #20110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20110B is #DFEEF4. Grayscale: #141414. Windows color (decimal): -14675701 or 725280. OLE color: 725280.
HSL color Cylindrical-coordinate representation of color #20110B: hue angle of 17.14º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20110B is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 11 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.87 |
| HSL | 17.14º | 0.49% | 0.08% | - |
| HSV(B) | 17.14º | 0.66% | 0.13% | - |
| XYZ | 0.86 | 0.73 | 0.41 | - |
| YUV | 20.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 11 | 0 | 0.47 | 0.66 | 0.87 | 17.14 | 0.49 | 0.08 |
| Hex | 20 | 11 | B | 0 | 2F | 42 | 57 | 11 | 31 | 8 |
| Octal | 40 | 21 | 13 | 0 | 57 | 102 | 127 | 21 | 61 | 10 |
| Binary | 100000 | 10001 | 1011 | 0 | 101111 | 1000010 | 1010111 | 10001 | 110001 | 1000 |
Color Harmonies of #20110B
Complementary color
Monochromatic Colors of #20110B
Black with #20110B
Text Example
Text Example
White with #20110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20110B; }
p { color: rgb(32,17,11); }
H1.HeaderClassName
{
color: #20110B;
}
.AnyTagClassName
{
color: #20110B;
}
</style>
background-color css
<style>
a { background-color: #20110B; }
a { background-color: rgb(32,17,11); }
div.DivClassName
{
background-color: #20110B;
}
.BgClassName
{
background-color: #20110B;
}
</style>
border-color css
<style>
span { border-color: #20110B; }
span { border-color: rgb(32,17,11); }
td.TdClassName
{
border-color: #20110B;
}
.TagClassName
{
border-color: #20110B;
}
</style>