Shades of Cocoa Brown #3C2202
Tints of Cocoa Brown #3C2202
RGB
CMYK
RGB Variations
Color information
#3C2202 (or 0x3C2202) is known color: Cocoa Brown. HEX triplet: 3C, 22 and 02. RGB value is (60,34,2). Sum of RGB (Red+Green+Blue) = 60+34+2=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2202 is #C3DDFD. Grayscale: #262626. Windows color (decimal): -12836350 or 139836. OLE color: 139836.
HSL color Cylindrical-coordinate representation of color #3C2202: hue angle of 33.1º 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 #3C2202 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 2 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.76 |
| HSL | 33.1º | 0.94% | 0.12% | - |
| HSV(B) | 33.1º | 0.97% | 0.24% | - |
| XYZ | 2.45 | 2.11 | 0.34 | - |
| YUV | 38.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 2 | 0 | 0.43 | 0.97 | 0.76 | 33.1 | 0.94 | 0.12 |
| Hex | 3C | 22 | 2 | 0 | 2B | 61 | 4C | 21 | 5E | C |
| Octal | 74 | 42 | 2 | 0 | 53 | 141 | 114 | 41 | 136 | 14 |
| Binary | 111100 | 100010 | 10 | 0 | 101011 | 1100001 | 1001100 | 100001 | 1011110 | 1100 |
Color Harmonies of #3C2202
Complementary color
Monochromatic Colors of #3C2202
Black with #3C2202
Text Example
Text Example
White with #3C2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2202; }
p { color: rgb(60,34,2); }
H1.HeaderClassName
{
color: #3C2202;
}
.AnyTagClassName
{
color: #3C2202;
}
</style>
background-color css
<style>
a { background-color: #3C2202; }
a { background-color: rgb(60,34,2); }
div.DivClassName
{
background-color: #3C2202;
}
.BgClassName
{
background-color: #3C2202;
}
</style>
border-color css
<style>
span { border-color: #3C2202; }
span { border-color: rgb(60,34,2); }
td.TdClassName
{
border-color: #3C2202;
}
.TagClassName
{
border-color: #3C2202;
}
</style>