Shades of Cocoa Brown #3C2204
Tints of Cocoa Brown #3C2204
RGB
CMYK
RGB Variations
Color information
#3C2204 (or 0x3C2204) is known color: Cocoa Brown. HEX triplet: 3C, 22 and 04. RGB value is (60,34,4). Sum of RGB (Red+Green+Blue) = 60+34+4=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2204 is #C3DDFB. Grayscale: #262626. Windows color (decimal): -12836348 or 270908. OLE color: 270908.
HSL color Cylindrical-coordinate representation of color #3C2204: hue angle of 32.14º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C2204 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 4 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.76 |
| HSL | 32.14º | 0.88% | 0.13% | - |
| HSV(B) | 32.14º | 0.93% | 0.24% | - |
| XYZ | 2.46 | 2.11 | 0.39 | - |
| YUV | 38.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 4 | 0 | 0.43 | 0.93 | 0.76 | 32.14 | 0.88 | 0.13 |
| Hex | 3C | 22 | 4 | 0 | 2B | 5D | 4C | 20 | 58 | D |
| Octal | 74 | 42 | 4 | 0 | 53 | 135 | 114 | 40 | 130 | 15 |
| Binary | 111100 | 100010 | 100 | 0 | 101011 | 1011101 | 1001100 | 100000 | 1011000 | 1101 |
Color Harmonies of #3C2204
Complementary color
Monochromatic Colors of #3C2204
Black with #3C2204
Text Example
Text Example
White with #3C2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2204; }
p { color: rgb(60,34,4); }
H1.HeaderClassName
{
color: #3C2204;
}
.AnyTagClassName
{
color: #3C2204;
}
</style>
background-color css
<style>
a { background-color: #3C2204; }
a { background-color: rgb(60,34,4); }
div.DivClassName
{
background-color: #3C2204;
}
.BgClassName
{
background-color: #3C2204;
}
</style>
border-color css
<style>
span { border-color: #3C2204; }
span { border-color: rgb(60,34,4); }
td.TdClassName
{
border-color: #3C2204;
}
.TagClassName
{
border-color: #3C2204;
}
</style>