Shades of Cocoa Brown #3C220E
Tints of Cocoa Brown #3C220E
RGB
CMYK
RGB Variations
Color information
#3C220E (or 0x3C220E) is known color: Cocoa Brown. HEX triplet: 3C, 22 and 0E. RGB value is (60,34,14). Sum of RGB (Red+Green+Blue) = 60+34+14=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C220E is #C3DDF1. Grayscale: #272727. Windows color (decimal): -12836338 or 926268. OLE color: 926268.
HSL color Cylindrical-coordinate representation of color #3C220E: hue angle of 26.09º 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 #3C220E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 14 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.76 |
| HSL | 26.09º | 0.62% | 0.15% | - |
| HSV(B) | 26.09º | 0.77% | 0.24% | - |
| XYZ | 2.51 | 2.14 | 0.7 | - |
| YUV | 39.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 14 | 0 | 0.43 | 0.77 | 0.76 | 26.09 | 0.62 | 0.15 |
| Hex | 3C | 22 | E | 0 | 2B | 4D | 4C | 1A | 3E | F |
| Octal | 74 | 42 | 16 | 0 | 53 | 115 | 114 | 32 | 76 | 17 |
| Binary | 111100 | 100010 | 1110 | 0 | 101011 | 1001101 | 1001100 | 11010 | 111110 | 1111 |
Color Harmonies of #3C220E
Complementary color
Monochromatic Colors of #3C220E
Black with #3C220E
Text Example
Text Example
White with #3C220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C220E; }
p { color: rgb(60,34,14); }
H1.HeaderClassName
{
color: #3C220E;
}
.AnyTagClassName
{
color: #3C220E;
}
</style>
background-color css
<style>
a { background-color: #3C220E; }
a { background-color: rgb(60,34,14); }
div.DivClassName
{
background-color: #3C220E;
}
.BgClassName
{
background-color: #3C220E;
}
</style>
border-color css
<style>
span { border-color: #3C220E; }
span { border-color: rgb(60,34,14); }
td.TdClassName
{
border-color: #3C220E;
}
.TagClassName
{
border-color: #3C220E;
}
</style>