Shades of Cocoa Brown #3B2610
Tints of Cocoa Brown #3B2610
RGB
CMYK
RGB Variations
Color information
#3B2610 (or 0x3B2610) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 10. RGB value is (59,38,16). Sum of RGB (Red+Green+Blue) = 59+38+16=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2610 is #C4D9EF. Grayscale: #292929. Windows color (decimal): -12900848 or 1058363. OLE color: 1058363.
HSL color Cylindrical-coordinate representation of color #3B2610: hue angle of 30.7º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2610 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 16 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.77 |
| HSL | 30.7º | 0.57% | 0.15% | - |
| HSV(B) | 30.7º | 0.73% | 0.23% | - |
| XYZ | 2.59 | 2.35 | 0.81 | - |
| YUV | 41.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 16 | 0 | 0.36 | 0.73 | 0.77 | 30.7 | 0.57 | 0.15 |
| Hex | 3B | 26 | 10 | 0 | 24 | 49 | 4D | 1F | 39 | F |
| Octal | 73 | 46 | 20 | 0 | 44 | 111 | 115 | 37 | 71 | 17 |
| Binary | 111011 | 100110 | 10000 | 0 | 100100 | 1001001 | 1001101 | 11111 | 111001 | 1111 |
Color Harmonies of #3B2610
Complementary color
Monochromatic Colors of #3B2610
Black with #3B2610
Text Example
Text Example
White with #3B2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2610; }
p { color: rgb(59,38,16); }
H1.HeaderClassName
{
color: #3B2610;
}
.AnyTagClassName
{
color: #3B2610;
}
</style>
background-color css
<style>
a { background-color: #3B2610; }
a { background-color: rgb(59,38,16); }
div.DivClassName
{
background-color: #3B2610;
}
.BgClassName
{
background-color: #3B2610;
}
</style>
border-color css
<style>
span { border-color: #3B2610; }
span { border-color: rgb(59,38,16); }
td.TdClassName
{
border-color: #3B2610;
}
.TagClassName
{
border-color: #3B2610;
}
</style>