Shades of Cocoa Brown #3C2001
Tints of Cocoa Brown #3C2001
RGB
CMYK
RGB Variations
Color information
#3C2001 (or 0x3C2001) is known color: Cocoa Brown. HEX triplet: 3C, 20 and 01. RGB value is (60,32,1). Sum of RGB (Red+Green+Blue) = 60+32+1=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2001 is #C3DFFE. Grayscale: #242424. Windows color (decimal): -12836863 or 73788. OLE color: 73788.
HSL color Cylindrical-coordinate representation of color #3C2001: hue angle of 31.53º 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 #3C2001 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 1 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.76 |
| HSL | 31.53º | 0.97% | 0.12% | - |
| HSV(B) | 31.53º | 0.98% | 0.24% | - |
| XYZ | 2.39 | 2 | 0.29 | - |
| YUV | 36.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 1 | 0 | 0.47 | 0.98 | 0.76 | 31.53 | 0.97 | 0.12 |
| Hex | 3C | 20 | 1 | 0 | 2F | 62 | 4C | 20 | 61 | C |
| Octal | 74 | 40 | 1 | 0 | 57 | 142 | 114 | 40 | 141 | 14 |
| Binary | 111100 | 100000 | 1 | 0 | 101111 | 1100010 | 1001100 | 100000 | 1100001 | 1100 |
Color Harmonies of #3C2001
Complementary color
Monochromatic Colors of #3C2001
Black with #3C2001
Text Example
Text Example
White with #3C2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2001; }
p { color: rgb(60,32,1); }
H1.HeaderClassName
{
color: #3C2001;
}
.AnyTagClassName
{
color: #3C2001;
}
</style>
background-color css
<style>
a { background-color: #3C2001; }
a { background-color: rgb(60,32,1); }
div.DivClassName
{
background-color: #3C2001;
}
.BgClassName
{
background-color: #3C2001;
}
</style>
border-color css
<style>
span { border-color: #3C2001; }
span { border-color: rgb(60,32,1); }
td.TdClassName
{
border-color: #3C2001;
}
.TagClassName
{
border-color: #3C2001;
}
</style>