Shades of Cocoa Brown #2C190A
Tints of Cocoa Brown #2C190A
RGB
CMYK
RGB Variations
Color information
#2C190A (or 0x2C190A) is known color: Cocoa Brown. HEX triplet: 2C, 19 and 0A. RGB value is (44,25,10). Sum of RGB (Red+Green+Blue) = 44+25+10=79 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55.70% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 44 - color contains mainly: red. Hex color #2C190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C190A is #D3E6F5. Grayscale: #1D1D1D. Windows color (decimal): -13887222 or 661804. OLE color: 661804.
HSL color Cylindrical-coordinate representation of color #2C190A: hue angle of 26.47º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C190A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 25 | 10 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.83 |
| HSL | 26.47º | 0.63% | 0.11% | - |
| HSV(B) | 26.47º | 0.77% | 0.17% | - |
| XYZ | 1.44 | 1.25 | 0.45 | - |
| YUV | 28.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 10 | 0 | 0.43 | 0.77 | 0.83 | 26.47 | 0.63 | 0.11 |
| Hex | 2C | 19 | A | 0 | 2B | 4D | 53 | 1A | 3F | B |
| Octal | 54 | 31 | 12 | 0 | 53 | 115 | 123 | 32 | 77 | 13 |
| Binary | 101100 | 11001 | 1010 | 0 | 101011 | 1001101 | 1010011 | 11010 | 111111 | 1011 |
Color Harmonies of #2C190A
Complementary color
Monochromatic Colors of #2C190A
Black with #2C190A
Text Example
Text Example
White with #2C190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C190A; }
p { color: rgb(44,25,10); }
H1.HeaderClassName
{
color: #2C190A;
}
.AnyTagClassName
{
color: #2C190A;
}
</style>
background-color css
<style>
a { background-color: #2C190A; }
a { background-color: rgb(44,25,10); }
div.DivClassName
{
background-color: #2C190A;
}
.BgClassName
{
background-color: #2C190A;
}
</style>
border-color css
<style>
span { border-color: #2C190A; }
span { border-color: rgb(44,25,10); }
td.TdClassName
{
border-color: #2C190A;
}
.TagClassName
{
border-color: #2C190A;
}
</style>