Shades of Cocoa Brown #3C2402
Tints of Cocoa Brown #3C2402
RGB
CMYK
RGB Variations
Color information
#3C2402 (or 0x3C2402) is known color: Cocoa Brown. HEX triplet: 3C, 24 and 02. RGB value is (60,36,2). Sum of RGB (Red+Green+Blue) = 60+36+2=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2402 is #C3DBFD. Grayscale: #272727. Windows color (decimal): -12835838 or 140348. OLE color: 140348.
HSL color Cylindrical-coordinate representation of color #3C2402: hue angle of 35.17º 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 #3C2402 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 2 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.76 |
| HSL | 35.17º | 0.94% | 0.12% | - |
| HSV(B) | 35.17º | 0.97% | 0.24% | - |
| XYZ | 2.51 | 2.23 | 0.36 | - |
| YUV | 39.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 2 | 0 | 0.40 | 0.97 | 0.76 | 35.17 | 0.94 | 0.12 |
| Hex | 3C | 24 | 2 | 0 | 28 | 61 | 4C | 23 | 5E | C |
| Octal | 74 | 44 | 2 | 0 | 50 | 141 | 114 | 43 | 136 | 14 |
| Binary | 111100 | 100100 | 10 | 0 | 101000 | 1100001 | 1001100 | 100011 | 1011110 | 1100 |
Color Harmonies of #3C2402
Complementary color
Monochromatic Colors of #3C2402
Black with #3C2402
Text Example
Text Example
White with #3C2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2402; }
p { color: rgb(60,36,2); }
H1.HeaderClassName
{
color: #3C2402;
}
.AnyTagClassName
{
color: #3C2402;
}
</style>
background-color css
<style>
a { background-color: #3C2402; }
a { background-color: rgb(60,36,2); }
div.DivClassName
{
background-color: #3C2402;
}
.BgClassName
{
background-color: #3C2402;
}
</style>
border-color css
<style>
span { border-color: #3C2402; }
span { border-color: rgb(60,36,2); }
td.TdClassName
{
border-color: #3C2402;
}
.TagClassName
{
border-color: #3C2402;
}
</style>