Shades of Cocoa Brown #2C1C0C
Tints of Cocoa Brown #2C1C0C
RGB
CMYK
RGB Variations
Color information
#2C1C0C (or 0x2C1C0C) is known color: Cocoa Brown. HEX triplet: 2C, 1C and 0C. RGB value is (44,28,12). Sum of RGB (Red+Green+Blue) = 44+28+12=84 (11% of max value = 765). Red value is 44 (17.58% from 255 or 52.38% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1C0C is #D3E3F3. Grayscale: #1F1F1F. Windows color (decimal): -13886452 or 793644. OLE color: 793644.
HSL color Cylindrical-coordinate representation of color #2C1C0C: hue angle of 30º 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 #2C1C0C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 28 | 12 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.83 |
| HSL | 30º | 0.57% | 0.11% | - |
| HSV(B) | 30º | 0.73% | 0.17% | - |
| XYZ | 1.52 | 1.39 | 0.54 | - |
| YUV | 30.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 12 | 0 | 0.36 | 0.73 | 0.83 | 30 | 0.57 | 0.11 |
| Hex | 2C | 1C | C | 0 | 24 | 49 | 53 | 1E | 39 | B |
| Octal | 54 | 34 | 14 | 0 | 44 | 111 | 123 | 36 | 71 | 13 |
| Binary | 101100 | 11100 | 1100 | 0 | 100100 | 1001001 | 1010011 | 11110 | 111001 | 1011 |
Color Harmonies of #2C1C0C
Complementary color
Monochromatic Colors of #2C1C0C
Black with #2C1C0C
Text Example
Text Example
White with #2C1C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1C0C; }
p { color: rgb(44,28,12); }
H1.HeaderClassName
{
color: #2C1C0C;
}
.AnyTagClassName
{
color: #2C1C0C;
}
</style>
background-color css
<style>
a { background-color: #2C1C0C; }
a { background-color: rgb(44,28,12); }
div.DivClassName
{
background-color: #2C1C0C;
}
.BgClassName
{
background-color: #2C1C0C;
}
</style>
border-color css
<style>
span { border-color: #2C1C0C; }
span { border-color: rgb(44,28,12); }
td.TdClassName
{
border-color: #2C1C0C;
}
.TagClassName
{
border-color: #2C1C0C;
}
</style>