Shades of Cocoa Brown #3D2A13
Tints of Cocoa Brown #3D2A13
RGB
CMYK
RGB Variations
Color information
#3D2A13 (or 0x3D2A13) is known color: Cocoa Brown. HEX triplet: 3D, 2A and 13. RGB value is (61,42,19). Sum of RGB (Red+Green+Blue) = 61+42+19=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2A13 is #C2D5EC. Grayscale: #2D2D2D. Windows color (decimal): -12768749 or 1255997. OLE color: 1255997.
HSL color Cylindrical-coordinate representation of color #3D2A13: hue angle of 32.86º 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 #3D2A13 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 42 | 19 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.76 |
| HSL | 32.86º | 0.53% | 0.16% | - |
| HSV(B) | 32.86º | 0.69% | 0.24% | - |
| XYZ | 2.87 | 2.7 | 0.99 | - |
| YUV | 45.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 19 | 0 | 0.31 | 0.69 | 0.76 | 32.86 | 0.53 | 0.16 |
| Hex | 3D | 2A | 13 | 0 | 1F | 45 | 4C | 21 | 34 | 10 |
| Octal | 75 | 52 | 23 | 0 | 37 | 105 | 114 | 41 | 64 | 20 |
| Binary | 111101 | 101010 | 10011 | 0 | 11111 | 1000101 | 1001100 | 100001 | 110100 | 10000 |
Color Harmonies of #3D2A13
Complementary color
Monochromatic Colors of #3D2A13
Black with #3D2A13
Text Example
Text Example
White with #3D2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A13; }
p { color: rgb(61,42,19); }
H1.HeaderClassName
{
color: #3D2A13;
}
.AnyTagClassName
{
color: #3D2A13;
}
</style>
background-color css
<style>
a { background-color: #3D2A13; }
a { background-color: rgb(61,42,19); }
div.DivClassName
{
background-color: #3D2A13;
}
.BgClassName
{
background-color: #3D2A13;
}
</style>
border-color css
<style>
span { border-color: #3D2A13; }
span { border-color: rgb(61,42,19); }
td.TdClassName
{
border-color: #3D2A13;
}
.TagClassName
{
border-color: #3D2A13;
}
</style>