Shades of Cocoa Brown #2D1909
Tints of Cocoa Brown #2D1909
RGB
CMYK
RGB Variations
Color information
#2D1909 (or 0x2D1909) is known color: Cocoa Brown. HEX triplet: 2D, 19 and 09. RGB value is (45,25,9). Sum of RGB (Red+Green+Blue) = 45+25+9=79 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.96% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1909 is #D2E6F6. Grayscale: #1D1D1D. Windows color (decimal): -13821687 or 596269. OLE color: 596269.
HSL color Cylindrical-coordinate representation of color #2D1909: hue angle of 26.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1909 is Cyan = 0, Magento = 0.44, Yellow = 0.8 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 9 | - |
| CMYK | 0 | 0.44 | 0.8 | 0.82 |
| HSL | 26.67º | 0.67% | 0.11% | - |
| HSV(B) | 26.67º | 0.8% | 0.18% | - |
| XYZ | 1.48 | 1.27 | 0.43 | - |
| YUV | 29.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 9 | 0 | 0.44 | 0.8 | 0.82 | 26.67 | 0.67 | 0.11 |
| Hex | 2D | 19 | 9 | 0 | 2C | 50 | 52 | 1B | 43 | B |
| Octal | 55 | 31 | 11 | 0 | 54 | 120 | 122 | 33 | 103 | 13 |
| Binary | 101101 | 11001 | 1001 | 0 | 101100 | 1010000 | 1010010 | 11011 | 1000011 | 1011 |
Color Harmonies of #2D1909
Complementary color
Monochromatic Colors of #2D1909
Black with #2D1909
Text Example
Text Example
White with #2D1909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1909; }
p { color: rgb(45,25,9); }
H1.HeaderClassName
{
color: #2D1909;
}
.AnyTagClassName
{
color: #2D1909;
}
</style>
background-color css
<style>
a { background-color: #2D1909; }
a { background-color: rgb(45,25,9); }
div.DivClassName
{
background-color: #2D1909;
}
.BgClassName
{
background-color: #2D1909;
}
</style>
border-color css
<style>
span { border-color: #2D1909; }
span { border-color: rgb(45,25,9); }
td.TdClassName
{
border-color: #2D1909;
}
.TagClassName
{
border-color: #2D1909;
}
</style>