Shades of Cocoa Brown #3D2913
Tints of Cocoa Brown #3D2913
RGB
CMYK
RGB Variations
Color information
#3D2913 (or 0x3D2913) is known color: Cocoa Brown. HEX triplet: 3D, 29 and 13. RGB value is (61,41,19). Sum of RGB (Red+Green+Blue) = 61+41+19=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2913 is #C2D6EC. Grayscale: #2C2C2C. Windows color (decimal): -12769005 or 1255741. OLE color: 1255741.
HSL color Cylindrical-coordinate representation of color #3D2913: hue angle of 31.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2913 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 19 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.76 |
| HSL | 31.43º | 0.53% | 0.16% | - |
| HSV(B) | 31.43º | 0.69% | 0.24% | - |
| XYZ | 2.83 | 2.62 | 0.97 | - |
| YUV | 44.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 19 | 0 | 0.33 | 0.69 | 0.76 | 31.43 | 0.53 | 0.16 |
| Hex | 3D | 29 | 13 | 0 | 21 | 45 | 4C | 1F | 34 | 10 |
| Octal | 75 | 51 | 23 | 0 | 41 | 105 | 114 | 37 | 64 | 20 |
| Binary | 111101 | 101001 | 10011 | 0 | 100001 | 1000101 | 1001100 | 11111 | 110100 | 10000 |
Color Harmonies of #3D2913
Complementary color
Monochromatic Colors of #3D2913
Black with #3D2913
Text Example
Text Example
White with #3D2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2913; }
p { color: rgb(61,41,19); }
H1.HeaderClassName
{
color: #3D2913;
}
.AnyTagClassName
{
color: #3D2913;
}
</style>
background-color css
<style>
a { background-color: #3D2913; }
a { background-color: rgb(61,41,19); }
div.DivClassName
{
background-color: #3D2913;
}
.BgClassName
{
background-color: #3D2913;
}
</style>
border-color css
<style>
span { border-color: #3D2913; }
span { border-color: rgb(61,41,19); }
td.TdClassName
{
border-color: #3D2913;
}
.TagClassName
{
border-color: #3D2913;
}
</style>