Shades of Cocoa Brown #3C2507
Tints of Cocoa Brown #3C2507
RGB
CMYK
RGB Variations
Color information
#3C2507 (or 0x3C2507) is known color: Cocoa Brown. HEX triplet: 3C, 25 and 07. RGB value is (60,37,7). Sum of RGB (Red+Green+Blue) = 60+37+7=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2507 is #C3DAF8. Grayscale: #282828. Windows color (decimal): -12835577 or 468284. OLE color: 468284.
HSL color Cylindrical-coordinate representation of color #3C2507: hue angle of 33.96º 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 #3C2507 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 37 | 7 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.76 |
| HSL | 33.96º | 0.79% | 0.13% | - |
| HSV(B) | 33.96º | 0.88% | 0.24% | - |
| XYZ | 2.56 | 2.3 | 0.51 | - |
| YUV | 40.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 7 | 0 | 0.38 | 0.88 | 0.76 | 33.96 | 0.79 | 0.13 |
| Hex | 3C | 25 | 7 | 0 | 26 | 58 | 4C | 22 | 4F | D |
| Octal | 74 | 45 | 7 | 0 | 46 | 130 | 114 | 42 | 117 | 15 |
| Binary | 111100 | 100101 | 111 | 0 | 100110 | 1011000 | 1001100 | 100010 | 1001111 | 1101 |
Color Harmonies of #3C2507
Complementary color
Monochromatic Colors of #3C2507
Black with #3C2507
Text Example
Text Example
White with #3C2507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2507; }
p { color: rgb(60,37,7); }
H1.HeaderClassName
{
color: #3C2507;
}
.AnyTagClassName
{
color: #3C2507;
}
</style>
background-color css
<style>
a { background-color: #3C2507; }
a { background-color: rgb(60,37,7); }
div.DivClassName
{
background-color: #3C2507;
}
.BgClassName
{
background-color: #3C2507;
}
</style>
border-color css
<style>
span { border-color: #3C2507; }
span { border-color: rgb(60,37,7); }
td.TdClassName
{
border-color: #3C2507;
}
.TagClassName
{
border-color: #3C2507;
}
</style>