Shades of Cocoa Brown #3C260E
Tints of Cocoa Brown #3C260E
RGB
CMYK
RGB Variations
Color information
#3C260E (or 0x3C260E) is known color: Cocoa Brown. HEX triplet: 3C, 26 and 0E. RGB value is (60,38,14). Sum of RGB (Red+Green+Blue) = 60+38+14=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C260E is #C3D9F1. Grayscale: #292929. Windows color (decimal): -12835314 or 927292. OLE color: 927292.
HSL color Cylindrical-coordinate representation of color #3C260E: hue angle of 31.3º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C260E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 14 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.76 |
| HSL | 31.3º | 0.62% | 0.15% | - |
| HSV(B) | 31.3º | 0.77% | 0.24% | - |
| XYZ | 2.64 | 2.38 | 0.74 | - |
| YUV | 41.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 14 | 0 | 0.37 | 0.77 | 0.76 | 31.3 | 0.62 | 0.15 |
| Hex | 3C | 26 | E | 0 | 25 | 4D | 4C | 1F | 3E | F |
| Octal | 74 | 46 | 16 | 0 | 45 | 115 | 114 | 37 | 76 | 17 |
| Binary | 111100 | 100110 | 1110 | 0 | 100101 | 1001101 | 1001100 | 11111 | 111110 | 1111 |
Color Harmonies of #3C260E
Complementary color
Monochromatic Colors of #3C260E
Black with #3C260E
Text Example
Text Example
White with #3C260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C260E; }
p { color: rgb(60,38,14); }
H1.HeaderClassName
{
color: #3C260E;
}
.AnyTagClassName
{
color: #3C260E;
}
</style>
background-color css
<style>
a { background-color: #3C260E; }
a { background-color: rgb(60,38,14); }
div.DivClassName
{
background-color: #3C260E;
}
.BgClassName
{
background-color: #3C260E;
}
</style>
border-color css
<style>
span { border-color: #3C260E; }
span { border-color: rgb(60,38,14); }
td.TdClassName
{
border-color: #3C260E;
}
.TagClassName
{
border-color: #3C260E;
}
</style>