Shades of Cocoa Brown #2C1E0C
Tints of Cocoa Brown #2C1E0C
RGB
CMYK
RGB Variations
Color information
#2C1E0C (or 0x2C1E0C) is known color: Cocoa Brown. HEX triplet: 2C, 1E and 0C. RGB value is (44,30,12). Sum of RGB (Red+Green+Blue) = 44+30+12=86 (11% of max value = 765). Red value is 44 (17.58% from 255 or 51.16% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1E0C is #D3E1F3. Grayscale: #202020. Windows color (decimal): -13885940 or 794156. OLE color: 794156.
HSL color Cylindrical-coordinate representation of color #2C1E0C: hue angle of 33.75º 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 #2C1E0C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 30 | 12 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.83 |
| HSL | 33.75º | 0.57% | 0.11% | - |
| HSV(B) | 33.75º | 0.73% | 0.17% | - |
| XYZ | 1.57 | 1.49 | 0.55 | - |
| YUV | 32.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 12 | 0 | 0.32 | 0.73 | 0.83 | 33.75 | 0.57 | 0.11 |
| Hex | 2C | 1E | C | 0 | 20 | 49 | 53 | 22 | 39 | B |
| Octal | 54 | 36 | 14 | 0 | 40 | 111 | 123 | 42 | 71 | 13 |
| Binary | 101100 | 11110 | 1100 | 0 | 100000 | 1001001 | 1010011 | 100010 | 111001 | 1011 |
Color Harmonies of #2C1E0C
Complementary color
Monochromatic Colors of #2C1E0C
Black with #2C1E0C
Text Example
Text Example
White with #2C1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1E0C; }
p { color: rgb(44,30,12); }
H1.HeaderClassName
{
color: #2C1E0C;
}
.AnyTagClassName
{
color: #2C1E0C;
}
</style>
background-color css
<style>
a { background-color: #2C1E0C; }
a { background-color: rgb(44,30,12); }
div.DivClassName
{
background-color: #2C1E0C;
}
.BgClassName
{
background-color: #2C1E0C;
}
</style>
border-color css
<style>
span { border-color: #2C1E0C; }
span { border-color: rgb(44,30,12); }
td.TdClassName
{
border-color: #2C1E0C;
}
.TagClassName
{
border-color: #2C1E0C;
}
</style>