Shades of Cocoa Brown #3C2615
Tints of Cocoa Brown #3C2615
RGB
CMYK
RGB Variations
Color information
#3C2615 (or 0x3C2615) is known color: Cocoa Brown. HEX triplet: 3C, 26 and 15. RGB value is (60,38,21). Sum of RGB (Red+Green+Blue) = 60+38+21=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2615 is #C3D9EA. Grayscale: #2A2A2A. Windows color (decimal): -12835307 or 1386044. OLE color: 1386044.
HSL color Cylindrical-coordinate representation of color #3C2615: hue angle of 26.15º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C2615 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 21 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.76 |
| HSL | 26.15º | 0.48% | 0.16% | - |
| HSV(B) | 26.15º | 0.65% | 0.24% | - |
| XYZ | 2.69 | 2.4 | 1.03 | - |
| YUV | 42.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 21 | 0 | 0.37 | 0.65 | 0.76 | 26.15 | 0.48 | 0.16 |
| Hex | 3C | 26 | 15 | 0 | 25 | 41 | 4C | 1A | 30 | 10 |
| Octal | 74 | 46 | 25 | 0 | 45 | 101 | 114 | 32 | 60 | 20 |
| Binary | 111100 | 100110 | 10101 | 0 | 100101 | 1000001 | 1001100 | 11010 | 110000 | 10000 |
Color Harmonies of #3C2615
Complementary color
Monochromatic Colors of #3C2615
Black with #3C2615
Text Example
Text Example
White with #3C2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2615; }
p { color: rgb(60,38,21); }
H1.HeaderClassName
{
color: #3C2615;
}
.AnyTagClassName
{
color: #3C2615;
}
</style>
background-color css
<style>
a { background-color: #3C2615; }
a { background-color: rgb(60,38,21); }
div.DivClassName
{
background-color: #3C2615;
}
.BgClassName
{
background-color: #3C2615;
}
</style>
border-color css
<style>
span { border-color: #3C2615; }
span { border-color: rgb(60,38,21); }
td.TdClassName
{
border-color: #3C2615;
}
.TagClassName
{
border-color: #3C2615;
}
</style>