Shades of Cocoa Brown #3C2401
Tints of Cocoa Brown #3C2401
RGB
CMYK
RGB Variations
Color information
#3C2401 (or 0x3C2401) is known color: Cocoa Brown. HEX triplet: 3C, 24 and 01. RGB value is (60,36,1). Sum of RGB (Red+Green+Blue) = 60+36+1=97 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.86% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2401 is #C3DBFE. Grayscale: #272727. Windows color (decimal): -12835839 or 74812. OLE color: 74812.
HSL color Cylindrical-coordinate representation of color #3C2401: hue angle of 35.59º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C2401 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 1 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.76 |
| HSL | 35.59º | 0.97% | 0.12% | - |
| HSV(B) | 35.59º | 0.98% | 0.24% | - |
| XYZ | 2.5 | 2.22 | 0.33 | - |
| YUV | 39.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 1 | 0 | 0.40 | 0.98 | 0.76 | 35.59 | 0.97 | 0.12 |
| Hex | 3C | 24 | 1 | 0 | 28 | 62 | 4C | 24 | 61 | C |
| Octal | 74 | 44 | 1 | 0 | 50 | 142 | 114 | 44 | 141 | 14 |
| Binary | 111100 | 100100 | 1 | 0 | 101000 | 1100010 | 1001100 | 100100 | 1100001 | 1100 |
Color Harmonies of #3C2401
Complementary color
Monochromatic Colors of #3C2401
Black with #3C2401
Text Example
Text Example
White with #3C2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2401; }
p { color: rgb(60,36,1); }
H1.HeaderClassName
{
color: #3C2401;
}
.AnyTagClassName
{
color: #3C2401;
}
</style>
background-color css
<style>
a { background-color: #3C2401; }
a { background-color: rgb(60,36,1); }
div.DivClassName
{
background-color: #3C2401;
}
.BgClassName
{
background-color: #3C2401;
}
</style>
border-color css
<style>
span { border-color: #3C2401; }
span { border-color: rgb(60,36,1); }
td.TdClassName
{
border-color: #3C2401;
}
.TagClassName
{
border-color: #3C2401;
}
</style>