Shades of Cocoa Brown #3C240F
Tints of Cocoa Brown #3C240F
RGB
CMYK
RGB Variations
Color information
#3C240F (or 0x3C240F) is known color: Cocoa Brown. HEX triplet: 3C, 24 and 0F. RGB value is (60,36,15). Sum of RGB (Red+Green+Blue) = 60+36+15=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C240F is #C3DBF0. Grayscale: #282828. Windows color (decimal): -12835825 or 992316. OLE color: 992316.
HSL color Cylindrical-coordinate representation of color #3C240F: hue angle of 28º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C240F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 15 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.76 |
| HSL | 28º | 0.6% | 0.15% | - |
| HSV(B) | 28º | 0.75% | 0.24% | - |
| XYZ | 2.58 | 2.26 | 0.75 | - |
| YUV | 40.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 15 | 0 | 0.40 | 0.75 | 0.76 | 28 | 0.6 | 0.15 |
| Hex | 3C | 24 | F | 0 | 28 | 4B | 4C | 1C | 3C | F |
| Octal | 74 | 44 | 17 | 0 | 50 | 113 | 114 | 34 | 74 | 17 |
| Binary | 111100 | 100100 | 1111 | 0 | 101000 | 1001011 | 1001100 | 11100 | 111100 | 1111 |
Color Harmonies of #3C240F
Complementary color
Monochromatic Colors of #3C240F
Black with #3C240F
Text Example
Text Example
White with #3C240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C240F; }
p { color: rgb(60,36,15); }
H1.HeaderClassName
{
color: #3C240F;
}
.AnyTagClassName
{
color: #3C240F;
}
</style>
background-color css
<style>
a { background-color: #3C240F; }
a { background-color: rgb(60,36,15); }
div.DivClassName
{
background-color: #3C240F;
}
.BgClassName
{
background-color: #3C240F;
}
</style>
border-color css
<style>
span { border-color: #3C240F; }
span { border-color: rgb(60,36,15); }
td.TdClassName
{
border-color: #3C240F;
}
.TagClassName
{
border-color: #3C240F;
}
</style>