Shades of Cocoa Brown #2D2219
Tints of Cocoa Brown #2D2219
RGB
CMYK
RGB Variations
Color information
#2D2219 (or 0x2D2219) is known color: Cocoa Brown. HEX triplet: 2D, 22 and 19. RGB value is (45,34,25). Sum of RGB (Red+Green+Blue) = 45+34+25=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2219 is #D2DDE6. Grayscale: #242424. Windows color (decimal): -13819367 or 1647149. OLE color: 1647149.
HSL color Cylindrical-coordinate representation of color #2D2219: hue angle of 27º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D2219 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 34 | 25 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.82 |
| HSL | 27º | 0.29% | 0.14% | - |
| HSV(B) | 27º | 0.44% | 0.18% | - |
| XYZ | 1.83 | 1.77 | 1.17 | - |
| YUV | 36.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 25 | 0 | 0.24 | 0.44 | 0.82 | 27 | 0.29 | 0.14 |
| Hex | 2D | 22 | 19 | 0 | 18 | 2C | 52 | 1B | 1D | E |
| Octal | 55 | 42 | 31 | 0 | 30 | 54 | 122 | 33 | 35 | 16 |
| Binary | 101101 | 100010 | 11001 | 0 | 11000 | 101100 | 1010010 | 11011 | 11101 | 1110 |
Color Harmonies of #2D2219
Complementary color
Monochromatic Colors of #2D2219
Black with #2D2219
Text Example
Text Example
White with #2D2219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2219; }
p { color: rgb(45,34,25); }
H1.HeaderClassName
{
color: #2D2219;
}
.AnyTagClassName
{
color: #2D2219;
}
</style>
background-color css
<style>
a { background-color: #2D2219; }
a { background-color: rgb(45,34,25); }
div.DivClassName
{
background-color: #2D2219;
}
.BgClassName
{
background-color: #2D2219;
}
</style>
border-color css
<style>
span { border-color: #2D2219; }
span { border-color: rgb(45,34,25); }
td.TdClassName
{
border-color: #2D2219;
}
.TagClassName
{
border-color: #2D2219;
}
</style>