Shades of Cocoa Brown #3C2816
Tints of Cocoa Brown #3C2816
RGB
CMYK
RGB Variations
Color information
#3C2816 (or 0x3C2816) is known color: Cocoa Brown. HEX triplet: 3C, 28 and 16. RGB value is (60,40,22). Sum of RGB (Red+Green+Blue) = 60+40+22=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2816 is #C3D7E9. Grayscale: #2C2C2C. Windows color (decimal): -12834794 or 1452092. OLE color: 1452092.
HSL color Cylindrical-coordinate representation of color #3C2816: hue angle of 28.42º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2816 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 22 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.76 |
| HSL | 28.42º | 0.46% | 0.16% | - |
| HSV(B) | 28.42º | 0.63% | 0.24% | - |
| XYZ | 2.77 | 2.54 | 1.1 | - |
| YUV | 43.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 22 | 0 | 0.33 | 0.63 | 0.76 | 28.42 | 0.46 | 0.16 |
| Hex | 3C | 28 | 16 | 0 | 21 | 3F | 4C | 1C | 2E | 10 |
| Octal | 74 | 50 | 26 | 0 | 41 | 77 | 114 | 34 | 56 | 20 |
| Binary | 111100 | 101000 | 10110 | 0 | 100001 | 111111 | 1001100 | 11100 | 101110 | 10000 |
Color Harmonies of #3C2816
Complementary color
Monochromatic Colors of #3C2816
Black with #3C2816
Text Example
Text Example
White with #3C2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2816; }
p { color: rgb(60,40,22); }
H1.HeaderClassName
{
color: #3C2816;
}
.AnyTagClassName
{
color: #3C2816;
}
</style>
background-color css
<style>
a { background-color: #3C2816; }
a { background-color: rgb(60,40,22); }
div.DivClassName
{
background-color: #3C2816;
}
.BgClassName
{
background-color: #3C2816;
}
</style>
border-color css
<style>
span { border-color: #3C2816; }
span { border-color: rgb(60,40,22); }
td.TdClassName
{
border-color: #3C2816;
}
.TagClassName
{
border-color: #3C2816;
}
</style>