Shades of Cocoa Brown #2C190C
Tints of Cocoa Brown #2C190C
RGB
CMYK
RGB Variations
Color information
#2C190C (or 0x2C190C) is known color: Cocoa Brown. HEX triplet: 2C, 19 and 0C. RGB value is (44,25,12). Sum of RGB (Red+Green+Blue) = 44+25+12=81 (10% of max value = 765). Red value is 44 (17.58% from 255 or 54.32% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 44 - color contains mainly: red. Hex color #2C190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C190C is #D3E6F3. Grayscale: #1D1D1D. Windows color (decimal): -13887220 or 792876. OLE color: 792876.
HSL color Cylindrical-coordinate representation of color #2C190C: hue angle of 24.38º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C190C is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 25 | 12 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.83 |
| HSL | 24.38º | 0.57% | 0.11% | - |
| HSV(B) | 24.38º | 0.73% | 0.17% | - |
| XYZ | 1.45 | 1.26 | 0.51 | - |
| YUV | 29.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 12 | 0 | 0.43 | 0.73 | 0.83 | 24.38 | 0.57 | 0.11 |
| Hex | 2C | 19 | C | 0 | 2B | 49 | 53 | 18 | 39 | B |
| Octal | 54 | 31 | 14 | 0 | 53 | 111 | 123 | 30 | 71 | 13 |
| Binary | 101100 | 11001 | 1100 | 0 | 101011 | 1001001 | 1010011 | 11000 | 111001 | 1011 |
Color Harmonies of #2C190C
Complementary color
Monochromatic Colors of #2C190C
Black with #2C190C
Text Example
Text Example
White with #2C190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C190C; }
p { color: rgb(44,25,12); }
H1.HeaderClassName
{
color: #2C190C;
}
.AnyTagClassName
{
color: #2C190C;
}
</style>
background-color css
<style>
a { background-color: #2C190C; }
a { background-color: rgb(44,25,12); }
div.DivClassName
{
background-color: #2C190C;
}
.BgClassName
{
background-color: #2C190C;
}
</style>
border-color css
<style>
span { border-color: #2C190C; }
span { border-color: rgb(44,25,12); }
td.TdClassName
{
border-color: #2C190C;
}
.TagClassName
{
border-color: #2C190C;
}
</style>