Shades of Cocoa Brown #3D240E
Tints of Cocoa Brown #3D240E
RGB
CMYK
RGB Variations
Color information
#3D240E (or 0x3D240E) is known color: Cocoa Brown. HEX triplet: 3D, 24 and 0E. RGB value is (61,36,14). Sum of RGB (Red+Green+Blue) = 61+36+14=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D240E is #C2DBF1. Grayscale: #292929. Windows color (decimal): -12770290 or 926781. OLE color: 926781.
HSL color Cylindrical-coordinate representation of color #3D240E: hue angle of 28.09º degrees, saturation: 0.63, 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 #3D240E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 36 | 14 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.76 |
| HSL | 28.09º | 0.63% | 0.15% | - |
| HSV(B) | 28.09º | 0.77% | 0.24% | - |
| XYZ | 2.63 | 2.29 | 0.72 | - |
| YUV | 40.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 14 | 0 | 0.41 | 0.77 | 0.76 | 28.09 | 0.63 | 0.15 |
| Hex | 3D | 24 | E | 0 | 29 | 4D | 4C | 1C | 3F | F |
| Octal | 75 | 44 | 16 | 0 | 51 | 115 | 114 | 34 | 77 | 17 |
| Binary | 111101 | 100100 | 1110 | 0 | 101001 | 1001101 | 1001100 | 11100 | 111111 | 1111 |
Color Harmonies of #3D240E
Complementary color
Monochromatic Colors of #3D240E
Black with #3D240E
Text Example
Text Example
White with #3D240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D240E; }
p { color: rgb(61,36,14); }
H1.HeaderClassName
{
color: #3D240E;
}
.AnyTagClassName
{
color: #3D240E;
}
</style>
background-color css
<style>
a { background-color: #3D240E; }
a { background-color: rgb(61,36,14); }
div.DivClassName
{
background-color: #3D240E;
}
.BgClassName
{
background-color: #3D240E;
}
</style>
border-color css
<style>
span { border-color: #3D240E; }
span { border-color: rgb(61,36,14); }
td.TdClassName
{
border-color: #3D240E;
}
.TagClassName
{
border-color: #3D240E;
}
</style>