Shades of Cocoa Brown #3C2812
Tints of Cocoa Brown #3C2812
RGB
CMYK
RGB Variations
Color information
#3C2812 (or 0x3C2812) is known color: Cocoa Brown. HEX triplet: 3C, 28 and 12. RGB value is (60,40,18). Sum of RGB (Red+Green+Blue) = 60+40+18=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2812 is #C3D7ED. Grayscale: #2B2B2B. Windows color (decimal): -12834798 or 1189948. OLE color: 1189948.
HSL color Cylindrical-coordinate representation of color #3C2812: hue angle of 31.43º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2812 is Cyan = 0, Magento = 0.33, Yellow = 0.7 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 18 | - |
| CMYK | 0 | 0.33 | 0.7 | 0.76 |
| HSL | 31.43º | 0.54% | 0.15% | - |
| HSV(B) | 31.43º | 0.7% | 0.24% | - |
| XYZ | 2.73 | 2.52 | 0.92 | - |
| YUV | 43.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 18 | 0 | 0.33 | 0.7 | 0.76 | 31.43 | 0.54 | 0.15 |
| Hex | 3C | 28 | 12 | 0 | 21 | 46 | 4C | 1F | 36 | F |
| Octal | 74 | 50 | 22 | 0 | 41 | 106 | 114 | 37 | 66 | 17 |
| Binary | 111100 | 101000 | 10010 | 0 | 100001 | 1000110 | 1001100 | 11111 | 110110 | 1111 |
Color Harmonies of #3C2812
Complementary color
Monochromatic Colors of #3C2812
Black with #3C2812
Text Example
Text Example
White with #3C2812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2812; }
p { color: rgb(60,40,18); }
H1.HeaderClassName
{
color: #3C2812;
}
.AnyTagClassName
{
color: #3C2812;
}
</style>
background-color css
<style>
a { background-color: #3C2812; }
a { background-color: rgb(60,40,18); }
div.DivClassName
{
background-color: #3C2812;
}
.BgClassName
{
background-color: #3C2812;
}
</style>
border-color css
<style>
span { border-color: #3C2812; }
span { border-color: rgb(60,40,18); }
td.TdClassName
{
border-color: #3C2812;
}
.TagClassName
{
border-color: #3C2812;
}
</style>