Shades of Cocoa Brown #3C2007
Tints of Cocoa Brown #3C2007
RGB
CMYK
RGB Variations
Color information
#3C2007 (or 0x3C2007) is known color: Cocoa Brown. HEX triplet: 3C, 20 and 07. RGB value is (60,32,7). Sum of RGB (Red+Green+Blue) = 60+32+7=99 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60.61% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2007 is #C3DFF8. Grayscale: #252525. Windows color (decimal): -12836857 or 467004. OLE color: 467004.
HSL color Cylindrical-coordinate representation of color #3C2007: hue angle of 28.3º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C2007 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 7 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.76 |
| HSL | 28.3º | 0.79% | 0.13% | - |
| HSV(B) | 28.3º | 0.88% | 0.24% | - |
| XYZ | 2.42 | 2.01 | 0.46 | - |
| YUV | 37.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 7 | 0 | 0.47 | 0.88 | 0.76 | 28.3 | 0.79 | 0.13 |
| Hex | 3C | 20 | 7 | 0 | 2F | 58 | 4C | 1C | 4F | D |
| Octal | 74 | 40 | 7 | 0 | 57 | 130 | 114 | 34 | 117 | 15 |
| Binary | 111100 | 100000 | 111 | 0 | 101111 | 1011000 | 1001100 | 11100 | 1001111 | 1101 |
Color Harmonies of #3C2007
Complementary color
Monochromatic Colors of #3C2007
Black with #3C2007
Text Example
Text Example
White with #3C2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2007; }
p { color: rgb(60,32,7); }
H1.HeaderClassName
{
color: #3C2007;
}
.AnyTagClassName
{
color: #3C2007;
}
</style>
background-color css
<style>
a { background-color: #3C2007; }
a { background-color: rgb(60,32,7); }
div.DivClassName
{
background-color: #3C2007;
}
.BgClassName
{
background-color: #3C2007;
}
</style>
border-color css
<style>
span { border-color: #3C2007; }
span { border-color: rgb(60,32,7); }
td.TdClassName
{
border-color: #3C2007;
}
.TagClassName
{
border-color: #3C2007;
}
</style>