Shades of Cocoa Brown #2D1902
Tints of Cocoa Brown #2D1902
RGB
CMYK
RGB Variations
Color information
#2D1902 (or 0x2D1902) is known color: Cocoa Brown. HEX triplet: 2D, 19 and 02. RGB value is (45,25,2). Sum of RGB (Red+Green+Blue) = 45+25+2=72 (9% of max value = 765). Red value is 45 (17.97% from 255 or 62.5% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1902 is #D2E6FD. Grayscale: #1C1C1C. Windows color (decimal): -13821694 or 137517. OLE color: 137517.
HSL color Cylindrical-coordinate representation of color #2D1902: hue angle of 32.09º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D1902 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 2 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.82 |
| HSL | 32.09º | 0.91% | 0.09% | - |
| HSV(B) | 32.09º | 0.96% | 0.18% | - |
| XYZ | 1.44 | 1.26 | 0.22 | - |
| YUV | 28.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 2 | 0 | 0.44 | 0.96 | 0.82 | 32.09 | 0.91 | 0.09 |
| Hex | 2D | 19 | 2 | 0 | 2C | 60 | 52 | 20 | 5B | 9 |
| Octal | 55 | 31 | 2 | 0 | 54 | 140 | 122 | 40 | 133 | 11 |
| Binary | 101101 | 11001 | 10 | 0 | 101100 | 1100000 | 1010010 | 100000 | 1011011 | 1001 |
Color Harmonies of #2D1902
Complementary color
Monochromatic Colors of #2D1902
Black with #2D1902
Text Example
Text Example
White with #2D1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1902; }
p { color: rgb(45,25,2); }
H1.HeaderClassName
{
color: #2D1902;
}
.AnyTagClassName
{
color: #2D1902;
}
</style>
background-color css
<style>
a { background-color: #2D1902; }
a { background-color: rgb(45,25,2); }
div.DivClassName
{
background-color: #2D1902;
}
.BgClassName
{
background-color: #2D1902;
}
</style>
border-color css
<style>
span { border-color: #2D1902; }
span { border-color: rgb(45,25,2); }
td.TdClassName
{
border-color: #2D1902;
}
.TagClassName
{
border-color: #2D1902;
}
</style>