Shades of Cocoa Brown #3D2610
Tints of Cocoa Brown #3D2610
RGB
CMYK
RGB Variations
Color information
#3D2610 (or 0x3D2610) is known color: Cocoa Brown. HEX triplet: 3D, 26 and 10. RGB value is (61,38,16). Sum of RGB (Red+Green+Blue) = 61+38+16=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2610 is #C2D9EF. Grayscale: #2A2A2A. Windows color (decimal): -12769776 or 1058365. OLE color: 1058365.
HSL color Cylindrical-coordinate representation of color #3D2610: hue angle of 29.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2610 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 16 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.76 |
| HSL | 29.33º | 0.58% | 0.15% | - |
| HSV(B) | 29.33º | 0.74% | 0.24% | - |
| XYZ | 2.71 | 2.42 | 0.81 | - |
| YUV | 42.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 16 | 0 | 0.38 | 0.74 | 0.76 | 29.33 | 0.58 | 0.15 |
| Hex | 3D | 26 | 10 | 0 | 26 | 4A | 4C | 1D | 3A | F |
| Octal | 75 | 46 | 20 | 0 | 46 | 112 | 114 | 35 | 72 | 17 |
| Binary | 111101 | 100110 | 10000 | 0 | 100110 | 1001010 | 1001100 | 11101 | 111010 | 1111 |
Color Harmonies of #3D2610
Complementary color
Monochromatic Colors of #3D2610
Black with #3D2610
Text Example
Text Example
White with #3D2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2610; }
p { color: rgb(61,38,16); }
H1.HeaderClassName
{
color: #3D2610;
}
.AnyTagClassName
{
color: #3D2610;
}
</style>
background-color css
<style>
a { background-color: #3D2610; }
a { background-color: rgb(61,38,16); }
div.DivClassName
{
background-color: #3D2610;
}
.BgClassName
{
background-color: #3D2610;
}
</style>
border-color css
<style>
span { border-color: #3D2610; }
span { border-color: rgb(61,38,16); }
td.TdClassName
{
border-color: #3D2610;
}
.TagClassName
{
border-color: #3D2610;
}
</style>