Shades of Cocoa Brown #3D240F
Tints of Cocoa Brown #3D240F
RGB
CMYK
RGB Variations
Color information
#3D240F (or 0x3D240F) is known color: Cocoa Brown. HEX triplet: 3D, 24 and 0F. RGB value is (61,36,15). Sum of RGB (Red+Green+Blue) = 61+36+15=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D240F is #C2DBF0. Grayscale: #292929. Windows color (decimal): -12770289 or 992317. OLE color: 992317.
HSL color Cylindrical-coordinate representation of color #3D240F: hue angle of 27.39º degrees, saturation: 0.61, 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 #3D240F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 36 | 15 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.76 |
| HSL | 27.39º | 0.61% | 0.15% | - |
| HSV(B) | 27.39º | 0.75% | 0.24% | - |
| XYZ | 2.64 | 2.29 | 0.75 | - |
| YUV | 41.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 15 | 0 | 0.41 | 0.75 | 0.76 | 27.39 | 0.61 | 0.15 |
| Hex | 3D | 24 | F | 0 | 29 | 4B | 4C | 1B | 3D | F |
| Octal | 75 | 44 | 17 | 0 | 51 | 113 | 114 | 33 | 75 | 17 |
| Binary | 111101 | 100100 | 1111 | 0 | 101001 | 1001011 | 1001100 | 11011 | 111101 | 1111 |
Color Harmonies of #3D240F
Complementary color
Monochromatic Colors of #3D240F
Black with #3D240F
Text Example
Text Example
White with #3D240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D240F; }
p { color: rgb(61,36,15); }
H1.HeaderClassName
{
color: #3D240F;
}
.AnyTagClassName
{
color: #3D240F;
}
</style>
background-color css
<style>
a { background-color: #3D240F; }
a { background-color: rgb(61,36,15); }
div.DivClassName
{
background-color: #3D240F;
}
.BgClassName
{
background-color: #3D240F;
}
</style>
border-color css
<style>
span { border-color: #3D240F; }
span { border-color: rgb(61,36,15); }
td.TdClassName
{
border-color: #3D240F;
}
.TagClassName
{
border-color: #3D240F;
}
</style>