Shades of Cocoa Brown #2D1E10
Tints of Cocoa Brown #2D1E10
RGB
CMYK
RGB Variations
Color information
#2D1E10 (or 0x2D1E10) is known color: Cocoa Brown. HEX triplet: 2D, 1E and 10. RGB value is (45,30,16). Sum of RGB (Red+Green+Blue) = 45+30+16=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1E10 is #D2E1EF. Grayscale: #202020. Windows color (decimal): -13820400 or 1056301. OLE color: 1056301.
HSL color Cylindrical-coordinate representation of color #2D1E10: hue angle of 28.97º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D1E10 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 30 | 16 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.82 |
| HSL | 28.97º | 0.48% | 0.12% | - |
| HSV(B) | 28.97º | 0.64% | 0.18% | - |
| XYZ | 1.64 | 1.52 | 0.7 | - |
| YUV | 32.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 16 | 0 | 0.33 | 0.64 | 0.82 | 28.97 | 0.48 | 0.12 |
| Hex | 2D | 1E | 10 | 0 | 21 | 40 | 52 | 1D | 30 | C |
| Octal | 55 | 36 | 20 | 0 | 41 | 100 | 122 | 35 | 60 | 14 |
| Binary | 101101 | 11110 | 10000 | 0 | 100001 | 1000000 | 1010010 | 11101 | 110000 | 1100 |
Color Harmonies of #2D1E10
Complementary color
Monochromatic Colors of #2D1E10
Black with #2D1E10
Text Example
Text Example
White with #2D1E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E10; }
p { color: rgb(45,30,16); }
H1.HeaderClassName
{
color: #2D1E10;
}
.AnyTagClassName
{
color: #2D1E10;
}
</style>
background-color css
<style>
a { background-color: #2D1E10; }
a { background-color: rgb(45,30,16); }
div.DivClassName
{
background-color: #2D1E10;
}
.BgClassName
{
background-color: #2D1E10;
}
</style>
border-color css
<style>
span { border-color: #2D1E10; }
span { border-color: rgb(45,30,16); }
td.TdClassName
{
border-color: #2D1E10;
}
.TagClassName
{
border-color: #2D1E10;
}
</style>