Shades of Cocoa Brown #3B2811
Tints of Cocoa Brown #3B2811
RGB
CMYK
RGB Variations
Color information
#3B2811 (or 0x3B2811) is known color: Cocoa Brown. HEX triplet: 3B, 28 and 11. RGB value is (59,40,17). Sum of RGB (Red+Green+Blue) = 59+40+17=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2811 is #C4D7EE. Grayscale: #2B2B2B. Windows color (decimal): -12900335 or 1124411. OLE color: 1124411.
HSL color Cylindrical-coordinate representation of color #3B2811: hue angle of 32.86º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B2811 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 17 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.77 |
| HSL | 32.86º | 0.55% | 0.15% | - |
| HSV(B) | 32.86º | 0.71% | 0.23% | - |
| XYZ | 2.66 | 2.49 | 0.87 | - |
| YUV | 43.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 17 | 0 | 0.32 | 0.71 | 0.77 | 32.86 | 0.55 | 0.15 |
| Hex | 3B | 28 | 11 | 0 | 20 | 47 | 4D | 21 | 37 | F |
| Octal | 73 | 50 | 21 | 0 | 40 | 107 | 115 | 41 | 67 | 17 |
| Binary | 111011 | 101000 | 10001 | 0 | 100000 | 1000111 | 1001101 | 100001 | 110111 | 1111 |
Color Harmonies of #3B2811
Complementary color
Monochromatic Colors of #3B2811
Black with #3B2811
Text Example
Text Example
White with #3B2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2811; }
p { color: rgb(59,40,17); }
H1.HeaderClassName
{
color: #3B2811;
}
.AnyTagClassName
{
color: #3B2811;
}
</style>
background-color css
<style>
a { background-color: #3B2811; }
a { background-color: rgb(59,40,17); }
div.DivClassName
{
background-color: #3B2811;
}
.BgClassName
{
background-color: #3B2811;
}
</style>
border-color css
<style>
span { border-color: #3B2811; }
span { border-color: rgb(59,40,17); }
td.TdClassName
{
border-color: #3B2811;
}
.TagClassName
{
border-color: #3B2811;
}
</style>