Shades of Cocoa Brown #3C2002
Tints of Cocoa Brown #3C2002
RGB
CMYK
RGB Variations
Color information
#3C2002 (or 0x3C2002) is known color: Cocoa Brown. HEX triplet: 3C, 20 and 02. RGB value is (60,32,2). Sum of RGB (Red+Green+Blue) = 60+32+2=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2002 is #C3DFFD. Grayscale: #252525. Windows color (decimal): -12836862 or 139324. OLE color: 139324.
HSL color Cylindrical-coordinate representation of color #3C2002: hue angle of 31.03º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C2002 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 2 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.76 |
| HSL | 31.03º | 0.94% | 0.12% | - |
| HSV(B) | 31.03º | 0.97% | 0.24% | - |
| XYZ | 2.39 | 2 | 0.32 | - |
| YUV | 36.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 2 | 0 | 0.47 | 0.97 | 0.76 | 31.03 | 0.94 | 0.12 |
| Hex | 3C | 20 | 2 | 0 | 2F | 61 | 4C | 1F | 5E | C |
| Octal | 74 | 40 | 2 | 0 | 57 | 141 | 114 | 37 | 136 | 14 |
| Binary | 111100 | 100000 | 10 | 0 | 101111 | 1100001 | 1001100 | 11111 | 1011110 | 1100 |
Color Harmonies of #3C2002
Complementary color
Monochromatic Colors of #3C2002
Black with #3C2002
Text Example
Text Example
White with #3C2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2002; }
p { color: rgb(60,32,2); }
H1.HeaderClassName
{
color: #3C2002;
}
.AnyTagClassName
{
color: #3C2002;
}
</style>
background-color css
<style>
a { background-color: #3C2002; }
a { background-color: rgb(60,32,2); }
div.DivClassName
{
background-color: #3C2002;
}
.BgClassName
{
background-color: #3C2002;
}
</style>
border-color css
<style>
span { border-color: #3C2002; }
span { border-color: rgb(60,32,2); }
td.TdClassName
{
border-color: #3C2002;
}
.TagClassName
{
border-color: #3C2002;
}
</style>