Shades of Cocoa Brown #2D2113
Tints of Cocoa Brown #2D2113
RGB
CMYK
RGB Variations
Color information
#2D2113 (or 0x2D2113) is known color: Cocoa Brown. HEX triplet: 2D, 21 and 13. RGB value is (45,33,19). Sum of RGB (Red+Green+Blue) = 45+33+19=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2113 is #D2DEEC. Grayscale: #232323. Windows color (decimal): -13819629 or 1253677. OLE color: 1253677.
HSL color Cylindrical-coordinate representation of color #2D2113: hue angle of 32.31º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D2113 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 33 | 19 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.82 |
| HSL | 32.31º | 0.41% | 0.13% | - |
| HSV(B) | 32.31º | 0.58% | 0.18% | - |
| XYZ | 1.74 | 1.69 | 0.85 | - |
| YUV | 34.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 19 | 0 | 0.27 | 0.58 | 0.82 | 32.31 | 0.41 | 0.13 |
| Hex | 2D | 21 | 13 | 0 | 1B | 3A | 52 | 20 | 29 | D |
| Octal | 55 | 41 | 23 | 0 | 33 | 72 | 122 | 40 | 51 | 15 |
| Binary | 101101 | 100001 | 10011 | 0 | 11011 | 111010 | 1010010 | 100000 | 101001 | 1101 |
Color Harmonies of #2D2113
Complementary color
Monochromatic Colors of #2D2113
Black with #2D2113
Text Example
Text Example
White with #2D2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2113; }
p { color: rgb(45,33,19); }
H1.HeaderClassName
{
color: #2D2113;
}
.AnyTagClassName
{
color: #2D2113;
}
</style>
background-color css
<style>
a { background-color: #2D2113; }
a { background-color: rgb(45,33,19); }
div.DivClassName
{
background-color: #2D2113;
}
.BgClassName
{
background-color: #2D2113;
}
</style>
border-color css
<style>
span { border-color: #2D2113; }
span { border-color: rgb(45,33,19); }
td.TdClassName
{
border-color: #2D2113;
}
.TagClassName
{
border-color: #2D2113;
}
</style>