Shades of Cocoa Brown #3C2811
Tints of Cocoa Brown #3C2811
RGB
CMYK
RGB Variations
Color information
#3C2811 (or 0x3C2811) is known color: Cocoa Brown. HEX triplet: 3C, 28 and 11. RGB value is (60,40,17). Sum of RGB (Red+Green+Blue) = 60+40+17=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2811 is #C3D7EE. Grayscale: #2B2B2B. Windows color (decimal): -12834799 or 1124412. OLE color: 1124412.
HSL color Cylindrical-coordinate representation of color #3C2811: hue angle of 32.09º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2811 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 17 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.76 |
| HSL | 32.09º | 0.56% | 0.15% | - |
| HSV(B) | 32.09º | 0.72% | 0.24% | - |
| XYZ | 2.72 | 2.52 | 0.87 | - |
| YUV | 43.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 17 | 0 | 0.33 | 0.72 | 0.76 | 32.09 | 0.56 | 0.15 |
| Hex | 3C | 28 | 11 | 0 | 21 | 48 | 4C | 20 | 38 | F |
| Octal | 74 | 50 | 21 | 0 | 41 | 110 | 114 | 40 | 70 | 17 |
| Binary | 111100 | 101000 | 10001 | 0 | 100001 | 1001000 | 1001100 | 100000 | 111000 | 1111 |
Color Harmonies of #3C2811
Complementary color
Monochromatic Colors of #3C2811
Black with #3C2811
Text Example
Text Example
White with #3C2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2811; }
p { color: rgb(60,40,17); }
H1.HeaderClassName
{
color: #3C2811;
}
.AnyTagClassName
{
color: #3C2811;
}
</style>
background-color css
<style>
a { background-color: #3C2811; }
a { background-color: rgb(60,40,17); }
div.DivClassName
{
background-color: #3C2811;
}
.BgClassName
{
background-color: #3C2811;
}
</style>
border-color css
<style>
span { border-color: #3C2811; }
span { border-color: rgb(60,40,17); }
td.TdClassName
{
border-color: #3C2811;
}
.TagClassName
{
border-color: #3C2811;
}
</style>