Shades of Cocoa Brown #3C2810
Tints of Cocoa Brown #3C2810
RGB
CMYK
RGB Variations
Color information
#3C2810 (or 0x3C2810) is known color: Cocoa Brown. HEX triplet: 3C, 28 and 10. RGB value is (60,40,16). Sum of RGB (Red+Green+Blue) = 60+40+16=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2810 is #C3D7EF. Grayscale: #2B2B2B. Windows color (decimal): -12834800 or 1058876. OLE color: 1058876.
HSL color Cylindrical-coordinate representation of color #3C2810: hue angle of 32.73º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2810 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 16 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.76 |
| HSL | 32.73º | 0.58% | 0.15% | - |
| HSV(B) | 32.73º | 0.73% | 0.24% | - |
| XYZ | 2.72 | 2.52 | 0.83 | - |
| YUV | 43.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 16 | 0 | 0.33 | 0.73 | 0.76 | 32.73 | 0.58 | 0.15 |
| Hex | 3C | 28 | 10 | 0 | 21 | 49 | 4C | 21 | 3A | F |
| Octal | 74 | 50 | 20 | 0 | 41 | 111 | 114 | 41 | 72 | 17 |
| Binary | 111100 | 101000 | 10000 | 0 | 100001 | 1001001 | 1001100 | 100001 | 111010 | 1111 |
Color Harmonies of #3C2810
Complementary color
Monochromatic Colors of #3C2810
Black with #3C2810
Text Example
Text Example
White with #3C2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2810; }
p { color: rgb(60,40,16); }
H1.HeaderClassName
{
color: #3C2810;
}
.AnyTagClassName
{
color: #3C2810;
}
</style>
background-color css
<style>
a { background-color: #3C2810; }
a { background-color: rgb(60,40,16); }
div.DivClassName
{
background-color: #3C2810;
}
.BgClassName
{
background-color: #3C2810;
}
</style>
border-color css
<style>
span { border-color: #3C2810; }
span { border-color: rgb(60,40,16); }
td.TdClassName
{
border-color: #3C2810;
}
.TagClassName
{
border-color: #3C2810;
}
</style>