Shades of Cocoa Brown #3B2716
Tints of Cocoa Brown #3B2716
RGB
CMYK
RGB Variations
Color information
#3B2716 (or 0x3B2716) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 16. RGB value is (59,39,22). Sum of RGB (Red+Green+Blue) = 59+39+22=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2716 is #C4D8E9. Grayscale: #2B2B2B. Windows color (decimal): -12900586 or 1451835. OLE color: 1451835.
HSL color Cylindrical-coordinate representation of color #3B2716: hue angle of 27.57º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2716 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 22 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.77 |
| HSL | 27.57º | 0.46% | 0.16% | - |
| HSV(B) | 27.57º | 0.63% | 0.23% | - |
| XYZ | 2.67 | 2.44 | 1.09 | - |
| YUV | 43.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 22 | 0 | 0.34 | 0.63 | 0.77 | 27.57 | 0.46 | 0.16 |
| Hex | 3B | 27 | 16 | 0 | 22 | 3F | 4D | 1C | 2E | 10 |
| Octal | 73 | 47 | 26 | 0 | 42 | 77 | 115 | 34 | 56 | 20 |
| Binary | 111011 | 100111 | 10110 | 0 | 100010 | 111111 | 1001101 | 11100 | 101110 | 10000 |
Color Harmonies of #3B2716
Complementary color
Monochromatic Colors of #3B2716
Black with #3B2716
Text Example
Text Example
White with #3B2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2716; }
p { color: rgb(59,39,22); }
H1.HeaderClassName
{
color: #3B2716;
}
.AnyTagClassName
{
color: #3B2716;
}
</style>
background-color css
<style>
a { background-color: #3B2716; }
a { background-color: rgb(59,39,22); }
div.DivClassName
{
background-color: #3B2716;
}
.BgClassName
{
background-color: #3B2716;
}
</style>
border-color css
<style>
span { border-color: #3B2716; }
span { border-color: rgb(59,39,22); }
td.TdClassName
{
border-color: #3B2716;
}
.TagClassName
{
border-color: #3B2716;
}
</style>