Shades of Cocoa Brown #2C1C10
Tints of Cocoa Brown #2C1C10
RGB
CMYK
RGB Variations
Color information
#2C1C10 (or 0x2C1C10) is known color: Cocoa Brown. HEX triplet: 2C, 1C and 10. RGB value is (44,28,16). Sum of RGB (Red+Green+Blue) = 44+28+16=88 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1C10 is #D3E3EF. Grayscale: #1F1F1F. Windows color (decimal): -13886448 or 1055788. OLE color: 1055788.
HSL color Cylindrical-coordinate representation of color #2C1C10: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C1C10 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 28 | 16 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.83 |
| HSL | 25.71º | 0.47% | 0.12% | - |
| HSV(B) | 25.71º | 0.64% | 0.17% | - |
| XYZ | 1.55 | 1.4 | 0.68 | - |
| YUV | 31.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 16 | 0 | 0.36 | 0.64 | 0.83 | 25.71 | 0.47 | 0.12 |
| Hex | 2C | 1C | 10 | 0 | 24 | 40 | 53 | 1A | 2F | C |
| Octal | 54 | 34 | 20 | 0 | 44 | 100 | 123 | 32 | 57 | 14 |
| Binary | 101100 | 11100 | 10000 | 0 | 100100 | 1000000 | 1010011 | 11010 | 101111 | 1100 |
Color Harmonies of #2C1C10
Complementary color
Monochromatic Colors of #2C1C10
Black with #2C1C10
Text Example
Text Example
White with #2C1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1C10; }
p { color: rgb(44,28,16); }
H1.HeaderClassName
{
color: #2C1C10;
}
.AnyTagClassName
{
color: #2C1C10;
}
</style>
background-color css
<style>
a { background-color: #2C1C10; }
a { background-color: rgb(44,28,16); }
div.DivClassName
{
background-color: #2C1C10;
}
.BgClassName
{
background-color: #2C1C10;
}
</style>
border-color css
<style>
span { border-color: #2C1C10; }
span { border-color: rgb(44,28,16); }
td.TdClassName
{
border-color: #2C1C10;
}
.TagClassName
{
border-color: #2C1C10;
}
</style>