Shades of Cocoa Brown #2D2016
Tints of Cocoa Brown #2D2016
RGB
CMYK
RGB Variations
Color information
#2D2016 (or 0x2D2016) is known color: Cocoa Brown. HEX triplet: 2D, 20 and 16. RGB value is (45,32,22). Sum of RGB (Red+Green+Blue) = 45+32+22=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2016 is #D2DFE9. Grayscale: #222222. Windows color (decimal): -13819882 or 1450029. OLE color: 1450029.
HSL color Cylindrical-coordinate representation of color #2D2016: hue angle of 26.09º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D2016 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 32 | 22 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.82 |
| HSL | 26.09º | 0.34% | 0.13% | - |
| HSV(B) | 26.09º | 0.51% | 0.18% | - |
| XYZ | 1.74 | 1.65 | 0.99 | - |
| YUV | 34.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 22 | 0 | 0.29 | 0.51 | 0.82 | 26.09 | 0.34 | 0.13 |
| Hex | 2D | 20 | 16 | 0 | 1D | 33 | 52 | 1A | 22 | D |
| Octal | 55 | 40 | 26 | 0 | 35 | 63 | 122 | 32 | 42 | 15 |
| Binary | 101101 | 100000 | 10110 | 0 | 11101 | 110011 | 1010010 | 11010 | 100010 | 1101 |
Color Harmonies of #2D2016
Complementary color
Monochromatic Colors of #2D2016
Black with #2D2016
Text Example
Text Example
White with #2D2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2016; }
p { color: rgb(45,32,22); }
H1.HeaderClassName
{
color: #2D2016;
}
.AnyTagClassName
{
color: #2D2016;
}
</style>
background-color css
<style>
a { background-color: #2D2016; }
a { background-color: rgb(45,32,22); }
div.DivClassName
{
background-color: #2D2016;
}
.BgClassName
{
background-color: #2D2016;
}
</style>
border-color css
<style>
span { border-color: #2D2016; }
span { border-color: rgb(45,32,22); }
td.TdClassName
{
border-color: #2D2016;
}
.TagClassName
{
border-color: #2D2016;
}
</style>