Shades of Cocoa Brown #2C2016
Tints of Cocoa Brown #2C2016
RGB
CMYK
RGB Variations
Color information
#2C2016 (or 0x2C2016) is known color: Cocoa Brown. HEX triplet: 2C, 20 and 16. RGB value is (44,32,22). Sum of RGB (Red+Green+Blue) = 44+32+22=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2016 is #D3DFE9. Grayscale: #222222. Windows color (decimal): -13885418 or 1450028. OLE color: 1450028.
HSL color Cylindrical-coordinate representation of color #2C2016: hue angle of 27.27º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C2016 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 32 | 22 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.83 |
| HSL | 27.27º | 0.33% | 0.13% | - |
| HSV(B) | 27.27º | 0.5% | 0.17% | - |
| XYZ | 1.7 | 1.63 | 0.98 | - |
| YUV | 34.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 22 | 0 | 0.27 | 0.5 | 0.83 | 27.27 | 0.33 | 0.13 |
| Hex | 2C | 20 | 16 | 0 | 1B | 32 | 53 | 1B | 21 | D |
| Octal | 54 | 40 | 26 | 0 | 33 | 62 | 123 | 33 | 41 | 15 |
| Binary | 101100 | 100000 | 10110 | 0 | 11011 | 110010 | 1010011 | 11011 | 100001 | 1101 |
Color Harmonies of #2C2016
Complementary color
Monochromatic Colors of #2C2016
Black with #2C2016
Text Example
Text Example
White with #2C2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2016; }
p { color: rgb(44,32,22); }
H1.HeaderClassName
{
color: #2C2016;
}
.AnyTagClassName
{
color: #2C2016;
}
</style>
background-color css
<style>
a { background-color: #2C2016; }
a { background-color: rgb(44,32,22); }
div.DivClassName
{
background-color: #2C2016;
}
.BgClassName
{
background-color: #2C2016;
}
</style>
border-color css
<style>
span { border-color: #2C2016; }
span { border-color: rgb(44,32,22); }
td.TdClassName
{
border-color: #2C2016;
}
.TagClassName
{
border-color: #2C2016;
}
</style>