Shades of Cocoa Brown #3C2100
Tints of Cocoa Brown #3C2100
RGB
CMYK
RGB Variations
Color information
#3C2100 (or 0x3C2100) is known color: Cocoa Brown. HEX triplet: 3C, 21 and 00. RGB value is (60,33,0). Sum of RGB (Red+Green+Blue) = 60+33+0=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2100 is #C3DEFF. Grayscale: #252525. Windows color (decimal): -12836608 or 8508. OLE color: 8508.
HSL color Cylindrical-coordinate representation of color #3C2100: hue angle of 33º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C2100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.76 |
| HSL | 33º | 1% | 0.12% | - |
| HSV(B) | 33º | 1% | 0.24% | - |
| XYZ | 2.41 | 2.05 | 0.27 | - |
| YUV | 37.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 0 | 0 | 0.45 | 1 | 0.76 | 33 | 1 | 0.12 |
| Hex | 3C | 21 | 0 | 0 | 2D | 64 | 4C | 21 | 64 | C |
| Octal | 74 | 41 | 0 | 0 | 55 | 144 | 114 | 41 | 144 | 14 |
| Binary | 111100 | 100001 | 0 | 0 | 101101 | 1100100 | 1001100 | 100001 | 1100100 | 1100 |
Color Harmonies of #3C2100
Complementary color
Monochromatic Colors of #3C2100
Black with #3C2100
Text Example
Text Example
White with #3C2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2100; }
p { color: rgb(60,33,0); }
H1.HeaderClassName
{
color: #3C2100;
}
.AnyTagClassName
{
color: #3C2100;
}
</style>
background-color css
<style>
a { background-color: #3C2100; }
a { background-color: rgb(60,33,0); }
div.DivClassName
{
background-color: #3C2100;
}
.BgClassName
{
background-color: #3C2100;
}
</style>
border-color css
<style>
span { border-color: #3C2100; }
span { border-color: rgb(60,33,0); }
td.TdClassName
{
border-color: #3C2100;
}
.TagClassName
{
border-color: #3C2100;
}
</style>