Shades of Cocoa Brown #3C2302
Tints of Cocoa Brown #3C2302
RGB
CMYK
RGB Variations
Color information
#3C2302 (or 0x3C2302) is known color: Cocoa Brown. HEX triplet: 3C, 23 and 02. RGB value is (60,35,2). Sum of RGB (Red+Green+Blue) = 60+35+2=97 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.86% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2302 is #C3DCFD. Grayscale: #262626. Windows color (decimal): -12836094 or 140092. OLE color: 140092.
HSL color Cylindrical-coordinate representation of color #3C2302: hue angle of 34.14º 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 #3C2302 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 2 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.76 |
| HSL | 34.14º | 0.94% | 0.12% | - |
| HSV(B) | 34.14º | 0.97% | 0.24% | - |
| XYZ | 2.48 | 2.17 | 0.35 | - |
| YUV | 38.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 2 | 0 | 0.42 | 0.97 | 0.76 | 34.14 | 0.94 | 0.12 |
| Hex | 3C | 23 | 2 | 0 | 2A | 61 | 4C | 22 | 5E | C |
| Octal | 74 | 43 | 2 | 0 | 52 | 141 | 114 | 42 | 136 | 14 |
| Binary | 111100 | 100011 | 10 | 0 | 101010 | 1100001 | 1001100 | 100010 | 1011110 | 1100 |
Color Harmonies of #3C2302
Complementary color
Monochromatic Colors of #3C2302
Black with #3C2302
Text Example
Text Example
White with #3C2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2302; }
p { color: rgb(60,35,2); }
H1.HeaderClassName
{
color: #3C2302;
}
.AnyTagClassName
{
color: #3C2302;
}
</style>
background-color css
<style>
a { background-color: #3C2302; }
a { background-color: rgb(60,35,2); }
div.DivClassName
{
background-color: #3C2302;
}
.BgClassName
{
background-color: #3C2302;
}
</style>
border-color css
<style>
span { border-color: #3C2302; }
span { border-color: rgb(60,35,2); }
td.TdClassName
{
border-color: #3C2302;
}
.TagClassName
{
border-color: #3C2302;
}
</style>