Shades of Seal Brown #201111
Tints of Seal Brown #201111
RGB
CMYK
RGB Variations
Color information
#201111 (or 0x201111) is known color: Seal Brown. HEX triplet: 20, 11 and 11. RGB value is (32,17,17). Sum of RGB (Red+Green+Blue) = 32+17+17=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #201111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201111 is #DFEEEE. Grayscale: #151515. Windows color (decimal): -14675695 or 1118496. OLE color: 1118496.
HSL color Cylindrical-coordinate representation of color #201111: hue angle of 0º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #201111 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 17 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.87 |
| HSL | 0º | 0.31% | 0.1% | - |
| HSV(B) | 0º | 0.47% | 0.13% | - |
| XYZ | 0.9 | 0.75 | 0.63 | - |
| YUV | 21.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 17 | 0 | 0.47 | 0.47 | 0.87 | 0 | 0.31 | 0.1 |
| Hex | 20 | 11 | 11 | 0 | 2F | 2F | 57 | 0 | 1F | A |
| Octal | 40 | 21 | 21 | 0 | 57 | 57 | 127 | 0 | 37 | 12 |
| Binary | 100000 | 10001 | 10001 | 0 | 101111 | 101111 | 1010111 | 0 | 11111 | 1010 |
Color Harmonies of #201111
Complementary color
Monochromatic Colors of #201111
Black with #201111
Text Example
Text Example
White with #201111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201111; }
p { color: rgb(32,17,17); }
H1.HeaderClassName
{
color: #201111;
}
.AnyTagClassName
{
color: #201111;
}
</style>
background-color css
<style>
a { background-color: #201111; }
a { background-color: rgb(32,17,17); }
div.DivClassName
{
background-color: #201111;
}
.BgClassName
{
background-color: #201111;
}
</style>
border-color css
<style>
span { border-color: #201111; }
span { border-color: rgb(32,17,17); }
td.TdClassName
{
border-color: #201111;
}
.TagClassName
{
border-color: #201111;
}
</style>