Shades of Cocoa Brown #2D1D11
Tints of Cocoa Brown #2D1D11
RGB
CMYK
RGB Variations
Color information
#2D1D11 (or 0x2D1D11) is known color: Cocoa Brown. HEX triplet: 2D, 1D and 11. RGB value is (45,29,17). Sum of RGB (Red+Green+Blue) = 45+29+17=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1D11 is #D2E2EE. Grayscale: #202020. Windows color (decimal): -13820655 or 1121581. OLE color: 1121581.
HSL color Cylindrical-coordinate representation of color #2D1D11: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1D11 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 29 | 17 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.82 |
| HSL | 25.71º | 0.45% | 0.12% | - |
| HSV(B) | 25.71º | 0.62% | 0.18% | - |
| XYZ | 1.62 | 1.48 | 0.73 | - |
| YUV | 32.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 17 | 0 | 0.36 | 0.62 | 0.82 | 25.71 | 0.45 | 0.12 |
| Hex | 2D | 1D | 11 | 0 | 24 | 3E | 52 | 1A | 2D | C |
| Octal | 55 | 35 | 21 | 0 | 44 | 76 | 122 | 32 | 55 | 14 |
| Binary | 101101 | 11101 | 10001 | 0 | 100100 | 111110 | 1010010 | 11010 | 101101 | 1100 |
Color Harmonies of #2D1D11
Complementary color
Monochromatic Colors of #2D1D11
Black with #2D1D11
Text Example
Text Example
White with #2D1D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1D11; }
p { color: rgb(45,29,17); }
H1.HeaderClassName
{
color: #2D1D11;
}
.AnyTagClassName
{
color: #2D1D11;
}
</style>
background-color css
<style>
a { background-color: #2D1D11; }
a { background-color: rgb(45,29,17); }
div.DivClassName
{
background-color: #2D1D11;
}
.BgClassName
{
background-color: #2D1D11;
}
</style>
border-color css
<style>
span { border-color: #2D1D11; }
span { border-color: rgb(45,29,17); }
td.TdClassName
{
border-color: #2D1D11;
}
.TagClassName
{
border-color: #2D1D11;
}
</style>