Shades of Cocoa Brown #3C2501
Tints of Cocoa Brown #3C2501
RGB
CMYK
RGB Variations
Color information
#3C2501 (or 0x3C2501) is known color: Cocoa Brown. HEX triplet: 3C, 25 and 01. RGB value is (60,37,1). Sum of RGB (Red+Green+Blue) = 60+37+1=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2501 is #C3DAFE. Grayscale: #272727. Windows color (decimal): -12835583 or 75068. OLE color: 75068.
HSL color Cylindrical-coordinate representation of color #3C2501: hue angle of 36.61º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C2501 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 37 | 1 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.76 |
| HSL | 36.61º | 0.97% | 0.12% | - |
| HSV(B) | 36.61º | 0.98% | 0.24% | - |
| XYZ | 2.53 | 2.29 | 0.34 | - |
| YUV | 39.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 1 | 0 | 0.38 | 0.98 | 0.76 | 36.61 | 0.97 | 0.12 |
| Hex | 3C | 25 | 1 | 0 | 26 | 62 | 4C | 25 | 61 | C |
| Octal | 74 | 45 | 1 | 0 | 46 | 142 | 114 | 45 | 141 | 14 |
| Binary | 111100 | 100101 | 1 | 0 | 100110 | 1100010 | 1001100 | 100101 | 1100001 | 1100 |
Color Harmonies of #3C2501
Complementary color
Monochromatic Colors of #3C2501
Black with #3C2501
Text Example
Text Example
White with #3C2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2501; }
p { color: rgb(60,37,1); }
H1.HeaderClassName
{
color: #3C2501;
}
.AnyTagClassName
{
color: #3C2501;
}
</style>
background-color css
<style>
a { background-color: #3C2501; }
a { background-color: rgb(60,37,1); }
div.DivClassName
{
background-color: #3C2501;
}
.BgClassName
{
background-color: #3C2501;
}
</style>
border-color css
<style>
span { border-color: #3C2501; }
span { border-color: rgb(60,37,1); }
td.TdClassName
{
border-color: #3C2501;
}
.TagClassName
{
border-color: #3C2501;
}
</style>