Shades of Cocoa Brown #2C2011
Tints of Cocoa Brown #2C2011
RGB
CMYK
RGB Variations
Color information
#2C2011 (or 0x2C2011) is known color: Cocoa Brown. HEX triplet: 2C, 20 and 11. RGB value is (44,32,17). Sum of RGB (Red+Green+Blue) = 44+32+17=93 (12% of max value = 765). Red value is 44 (17.58% from 255 or 47.31% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2011 is #D3DFEE. Grayscale: #212121. Windows color (decimal): -13885423 or 1122348. OLE color: 1122348.
HSL color Cylindrical-coordinate representation of color #2C2011: hue angle of 33.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C2011 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 32 | 17 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.83 |
| HSL | 33.33º | 0.44% | 0.12% | - |
| HSV(B) | 33.33º | 0.61% | 0.17% | - |
| XYZ | 1.66 | 1.61 | 0.75 | - |
| YUV | 33.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 17 | 0 | 0.27 | 0.61 | 0.83 | 33.33 | 0.44 | 0.12 |
| Hex | 2C | 20 | 11 | 0 | 1B | 3D | 53 | 21 | 2C | C |
| Octal | 54 | 40 | 21 | 0 | 33 | 75 | 123 | 41 | 54 | 14 |
| Binary | 101100 | 100000 | 10001 | 0 | 11011 | 111101 | 1010011 | 100001 | 101100 | 1100 |
Color Harmonies of #2C2011
Complementary color
Monochromatic Colors of #2C2011
Black with #2C2011
Text Example
Text Example
White with #2C2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2011; }
p { color: rgb(44,32,17); }
H1.HeaderClassName
{
color: #2C2011;
}
.AnyTagClassName
{
color: #2C2011;
}
</style>
background-color css
<style>
a { background-color: #2C2011; }
a { background-color: rgb(44,32,17); }
div.DivClassName
{
background-color: #2C2011;
}
.BgClassName
{
background-color: #2C2011;
}
</style>
border-color css
<style>
span { border-color: #2C2011; }
span { border-color: rgb(44,32,17); }
td.TdClassName
{
border-color: #2C2011;
}
.TagClassName
{
border-color: #2C2011;
}
</style>