Shades of Cocoa Brown #21170C
Tints of Cocoa Brown #21170C
RGB
CMYK
RGB Variations
Color information
#21170C (or 0x21170C) is known color: Cocoa Brown. HEX triplet: 21, 17 and 0C. RGB value is (33,23,12). Sum of RGB (Red+Green+Blue) = 33+23+12=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #21170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21170C is #DEE8F3. Grayscale: #181818. Windows color (decimal): -14608628 or 792353. OLE color: 792353.
HSL color Cylindrical-coordinate representation of color #21170C: hue angle of 31.43º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21170C is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 23 | 12 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.87 |
| HSL | 31.43º | 0.47% | 0.09% | - |
| HSV(B) | 31.43º | 0.64% | 0.13% | - |
| XYZ | 1 | 0.96 | 0.48 | - |
| YUV | 24.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 12 | 0 | 0.30 | 0.64 | 0.87 | 31.43 | 0.47 | 0.09 |
| Hex | 21 | 17 | C | 0 | 1E | 40 | 57 | 1F | 2F | 9 |
| Octal | 41 | 27 | 14 | 0 | 36 | 100 | 127 | 37 | 57 | 11 |
| Binary | 100001 | 10111 | 1100 | 0 | 11110 | 1000000 | 1010111 | 11111 | 101111 | 1001 |
Color Harmonies of #21170C
Complementary color
Monochromatic Colors of #21170C
Black with #21170C
Text Example
Text Example
White with #21170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21170C; }
p { color: rgb(33,23,12); }
H1.HeaderClassName
{
color: #21170C;
}
.AnyTagClassName
{
color: #21170C;
}
</style>
background-color css
<style>
a { background-color: #21170C; }
a { background-color: rgb(33,23,12); }
div.DivClassName
{
background-color: #21170C;
}
.BgClassName
{
background-color: #21170C;
}
</style>
border-color css
<style>
span { border-color: #21170C; }
span { border-color: rgb(33,23,12); }
td.TdClassName
{
border-color: #21170C;
}
.TagClassName
{
border-color: #21170C;
}
</style>