Shades of Cocoa Brown #3C2104
Tints of Cocoa Brown #3C2104
RGB
CMYK
RGB Variations
Color information
#3C2104 (or 0x3C2104) is known color: Cocoa Brown. HEX triplet: 3C, 21 and 04. RGB value is (60,33,4). Sum of RGB (Red+Green+Blue) = 60+33+4=97 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.86% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2104 is #C3DEFB. Grayscale: #252525. Windows color (decimal): -12836604 or 270652. OLE color: 270652.
HSL color Cylindrical-coordinate representation of color #3C2104: hue angle of 31.07º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C2104 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 4 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.76 |
| HSL | 31.07º | 0.88% | 0.13% | - |
| HSV(B) | 31.07º | 0.93% | 0.24% | - |
| XYZ | 2.43 | 2.06 | 0.38 | - |
| YUV | 37.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 4 | 0 | 0.45 | 0.93 | 0.76 | 31.07 | 0.88 | 0.13 |
| Hex | 3C | 21 | 4 | 0 | 2D | 5D | 4C | 1F | 58 | D |
| Octal | 74 | 41 | 4 | 0 | 55 | 135 | 114 | 37 | 130 | 15 |
| Binary | 111100 | 100001 | 100 | 0 | 101101 | 1011101 | 1001100 | 11111 | 1011000 | 1101 |
Color Harmonies of #3C2104
Complementary color
Monochromatic Colors of #3C2104
Black with #3C2104
Text Example
Text Example
White with #3C2104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2104; }
p { color: rgb(60,33,4); }
H1.HeaderClassName
{
color: #3C2104;
}
.AnyTagClassName
{
color: #3C2104;
}
</style>
background-color css
<style>
a { background-color: #3C2104; }
a { background-color: rgb(60,33,4); }
div.DivClassName
{
background-color: #3C2104;
}
.BgClassName
{
background-color: #3C2104;
}
</style>
border-color css
<style>
span { border-color: #3C2104; }
span { border-color: rgb(60,33,4); }
td.TdClassName
{
border-color: #3C2104;
}
.TagClassName
{
border-color: #3C2104;
}
</style>