Shades of Cocoa Brown #3C2004
Tints of Cocoa Brown #3C2004
RGB
CMYK
RGB Variations
Color information
#3C2004 (or 0x3C2004) is known color: Cocoa Brown. HEX triplet: 3C, 20 and 04. RGB value is (60,32,4). Sum of RGB (Red+Green+Blue) = 60+32+4=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2004 is #C3DFFB. Grayscale: #252525. Windows color (decimal): -12836860 or 270396. OLE color: 270396.
HSL color Cylindrical-coordinate representation of color #3C2004: hue angle of 30º 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 #3C2004 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 4 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.76 |
| HSL | 30º | 0.88% | 0.13% | - |
| HSV(B) | 30º | 0.93% | 0.24% | - |
| XYZ | 2.4 | 2 | 0.37 | - |
| YUV | 37.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 4 | 0 | 0.47 | 0.93 | 0.76 | 30 | 0.88 | 0.13 |
| Hex | 3C | 20 | 4 | 0 | 2F | 5D | 4C | 1E | 58 | D |
| Octal | 74 | 40 | 4 | 0 | 57 | 135 | 114 | 36 | 130 | 15 |
| Binary | 111100 | 100000 | 100 | 0 | 101111 | 1011101 | 1001100 | 11110 | 1011000 | 1101 |
Color Harmonies of #3C2004
Complementary color
Monochromatic Colors of #3C2004
Black with #3C2004
Text Example
Text Example
White with #3C2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2004; }
p { color: rgb(60,32,4); }
H1.HeaderClassName
{
color: #3C2004;
}
.AnyTagClassName
{
color: #3C2004;
}
</style>
background-color css
<style>
a { background-color: #3C2004; }
a { background-color: rgb(60,32,4); }
div.DivClassName
{
background-color: #3C2004;
}
.BgClassName
{
background-color: #3C2004;
}
</style>
border-color css
<style>
span { border-color: #3C2004; }
span { border-color: rgb(60,32,4); }
td.TdClassName
{
border-color: #3C2004;
}
.TagClassName
{
border-color: #3C2004;
}
</style>