Shades of Seal Brown #201616
Tints of Seal Brown #201616
RGB
CMYK
RGB Variations
Color information
#201616 (or 0x201616) is known color: Seal Brown. HEX triplet: 20, 16 and 16. RGB value is (32,22,22). Sum of RGB (Red+Green+Blue) = 32+22+22=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201616 is #DFE9E9. Grayscale: #191919. Windows color (decimal): -14674410 or 1447456. OLE color: 1447456.
HSL color Cylindrical-coordinate representation of color #201616: hue angle of 0º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #201616 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 22 | 22 | - |
CMYK | 0 | 0.31 | 0.31 | 0.87 |
HSL | 0º | 0.19% | 0.11% | - |
HSV(B) | 0º | 0.31% | 0.13% | - |
XYZ | 1.03 | 0.94 | 0.89 | - |
YUV | 24.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 22 | 22 | 0 | 0.31 | 0.31 | 0.87 | 0 | 0.19 | 0.11 |
Hex | 20 | 16 | 16 | 0 | 1F | 1F | 57 | 0 | 13 | B |
Octal | 40 | 26 | 26 | 0 | 37 | 37 | 127 | 0 | 23 | 13 |
Binary | 100000 | 10110 | 10110 | 0 | 11111 | 11111 | 1010111 | 0 | 10011 | 1011 |
Color Harmonies of #201616
Complementary color
Monochromatic Colors of #201616
Black with #201616
Text Example
Text Example
White with #201616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201616; }
p { color: rgb(32,22,22); }
H1.HeaderClassName
{
color: #201616;
}
.AnyTagClassName
{
color: #201616;
}
</style>
background-color css
<style>
a { background-color: #201616; }
a { background-color: rgb(32,22,22); }
div.DivClassName
{
background-color: #201616;
}
.BgClassName
{
background-color: #201616;
}
</style>
border-color css
<style>
span { border-color: #201616; }
span { border-color: rgb(32,22,22); }
td.TdClassName
{
border-color: #201616;
}
.TagClassName
{
border-color: #201616;
}
</style>