Shades of Cocoa Brown #20170B
Tints of Cocoa Brown #20170B
RGB
CMYK
RGB Variations
Color information
#20170B (or 0x20170B) is known color: Cocoa Brown. HEX triplet: 20, 17 and 0B. RGB value is (32,23,11). Sum of RGB (Red+Green+Blue) = 32+23+11=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20170B is #DFE8F4. Grayscale: #181818. Windows color (decimal): -14674165 or 726816. OLE color: 726816.
HSL color Cylindrical-coordinate representation of color #20170B: hue angle of 34.29º 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 #20170B is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 11 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.87 |
| HSL | 34.29º | 0.49% | 0.08% | - |
| HSV(B) | 34.29º | 0.66% | 0.13% | - |
| XYZ | 0.96 | 0.94 | 0.45 | - |
| YUV | 24.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 11 | 0 | 0.28 | 0.66 | 0.87 | 34.29 | 0.49 | 0.08 |
| Hex | 20 | 17 | B | 0 | 1C | 42 | 57 | 22 | 31 | 8 |
| Octal | 40 | 27 | 13 | 0 | 34 | 102 | 127 | 42 | 61 | 10 |
| Binary | 100000 | 10111 | 1011 | 0 | 11100 | 1000010 | 1010111 | 100010 | 110001 | 1000 |
Color Harmonies of #20170B
Complementary color
Monochromatic Colors of #20170B
Black with #20170B
Text Example
Text Example
White with #20170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20170B; }
p { color: rgb(32,23,11); }
H1.HeaderClassName
{
color: #20170B;
}
.AnyTagClassName
{
color: #20170B;
}
</style>
background-color css
<style>
a { background-color: #20170B; }
a { background-color: rgb(32,23,11); }
div.DivClassName
{
background-color: #20170B;
}
.BgClassName
{
background-color: #20170B;
}
</style>
border-color css
<style>
span { border-color: #20170B; }
span { border-color: rgb(32,23,11); }
td.TdClassName
{
border-color: #20170B;
}
.TagClassName
{
border-color: #20170B;
}
</style>