Shades of Cocoa Brown #2C2217
Tints of Cocoa Brown #2C2217
RGB
CMYK
RGB Variations
Color information
#2C2217 (or 0x2C2217) is known color: Cocoa Brown. HEX triplet: 2C, 22 and 17. RGB value is (44,34,23). Sum of RGB (Red+Green+Blue) = 44+34+23=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2217 is #D3DDE8. Grayscale: #232323. Windows color (decimal): -13884905 or 1516076. OLE color: 1516076.
HSL color Cylindrical-coordinate representation of color #2C2217: hue angle of 31.43º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C2217 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 34 | 23 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.83 |
| HSL | 31.43º | 0.31% | 0.13% | - |
| HSV(B) | 31.43º | 0.48% | 0.17% | - |
| XYZ | 1.77 | 1.74 | 1.05 | - |
| YUV | 35.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 23 | 0 | 0.23 | 0.48 | 0.83 | 31.43 | 0.31 | 0.13 |
| Hex | 2C | 22 | 17 | 0 | 17 | 30 | 53 | 1F | 1F | D |
| Octal | 54 | 42 | 27 | 0 | 27 | 60 | 123 | 37 | 37 | 15 |
| Binary | 101100 | 100010 | 10111 | 0 | 10111 | 110000 | 1010011 | 11111 | 11111 | 1101 |
Color Harmonies of #2C2217
Complementary color
Monochromatic Colors of #2C2217
Black with #2C2217
Text Example
Text Example
White with #2C2217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2217; }
p { color: rgb(44,34,23); }
H1.HeaderClassName
{
color: #2C2217;
}
.AnyTagClassName
{
color: #2C2217;
}
</style>
background-color css
<style>
a { background-color: #2C2217; }
a { background-color: rgb(44,34,23); }
div.DivClassName
{
background-color: #2C2217;
}
.BgClassName
{
background-color: #2C2217;
}
</style>
border-color css
<style>
span { border-color: #2C2217; }
span { border-color: rgb(44,34,23); }
td.TdClassName
{
border-color: #2C2217;
}
.TagClassName
{
border-color: #2C2217;
}
</style>