Shades of Cocoa Brown #2D190C
Tints of Cocoa Brown #2D190C
RGB
CMYK
RGB Variations
Color information
#2D190C (or 0x2D190C) is known color: Cocoa Brown. HEX triplet: 2D, 19 and 0C. RGB value is (45,25,12). Sum of RGB (Red+Green+Blue) = 45+25+12=82 (10% of max value = 765). Red value is 45 (17.97% from 255 or 54.88% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 45 - color contains mainly: red. Hex color #2D190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D190C is #D2E6F3. Grayscale: #1D1D1D. Windows color (decimal): -13821684 or 792877. OLE color: 792877.
HSL color Cylindrical-coordinate representation of color #2D190C: hue angle of 23.64º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D190C is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 12 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.82 |
| HSL | 23.64º | 0.58% | 0.11% | - |
| HSV(B) | 23.64º | 0.73% | 0.18% | - |
| XYZ | 1.5 | 1.28 | 0.52 | - |
| YUV | 29.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 12 | 0 | 0.44 | 0.73 | 0.82 | 23.64 | 0.58 | 0.11 |
| Hex | 2D | 19 | C | 0 | 2C | 49 | 52 | 18 | 3A | B |
| Octal | 55 | 31 | 14 | 0 | 54 | 111 | 122 | 30 | 72 | 13 |
| Binary | 101101 | 11001 | 1100 | 0 | 101100 | 1001001 | 1010010 | 11000 | 111010 | 1011 |
Color Harmonies of #2D190C
Complementary color
Monochromatic Colors of #2D190C
Black with #2D190C
Text Example
Text Example
White with #2D190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D190C; }
p { color: rgb(45,25,12); }
H1.HeaderClassName
{
color: #2D190C;
}
.AnyTagClassName
{
color: #2D190C;
}
</style>
background-color css
<style>
a { background-color: #2D190C; }
a { background-color: rgb(45,25,12); }
div.DivClassName
{
background-color: #2D190C;
}
.BgClassName
{
background-color: #2D190C;
}
</style>
border-color css
<style>
span { border-color: #2D190C; }
span { border-color: rgb(45,25,12); }
td.TdClassName
{
border-color: #2D190C;
}
.TagClassName
{
border-color: #2D190C;
}
</style>