Shades of Cocoa Brown #3B2A16
Tints of Cocoa Brown #3B2A16
RGB
CMYK
RGB Variations
Color information
#3B2A16 (or 0x3B2A16) is known color: Cocoa Brown. HEX triplet: 3B, 2A and 16. RGB value is (59,42,22). Sum of RGB (Red+Green+Blue) = 59+42+22=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2A16 is #C4D5E9. Grayscale: #2C2C2C. Windows color (decimal): -12899818 or 1452603. OLE color: 1452603.
HSL color Cylindrical-coordinate representation of color #3B2A16: hue angle of 32.43º 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 #3B2A16 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 42 | 22 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.77 |
| HSL | 32.43º | 0.46% | 0.16% | - |
| HSV(B) | 32.43º | 0.63% | 0.23% | - |
| XYZ | 2.78 | 2.64 | 1.12 | - |
| YUV | 44.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 22 | 0 | 0.29 | 0.63 | 0.77 | 32.43 | 0.46 | 0.16 |
| Hex | 3B | 2A | 16 | 0 | 1D | 3F | 4D | 20 | 2E | 10 |
| Octal | 73 | 52 | 26 | 0 | 35 | 77 | 115 | 40 | 56 | 20 |
| Binary | 111011 | 101010 | 10110 | 0 | 11101 | 111111 | 1001101 | 100000 | 101110 | 10000 |
Color Harmonies of #3B2A16
Complementary color
Monochromatic Colors of #3B2A16
Black with #3B2A16
Text Example
Text Example
White with #3B2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A16; }
p { color: rgb(59,42,22); }
H1.HeaderClassName
{
color: #3B2A16;
}
.AnyTagClassName
{
color: #3B2A16;
}
</style>
background-color css
<style>
a { background-color: #3B2A16; }
a { background-color: rgb(59,42,22); }
div.DivClassName
{
background-color: #3B2A16;
}
.BgClassName
{
background-color: #3B2A16;
}
</style>
border-color css
<style>
span { border-color: #3B2A16; }
span { border-color: rgb(59,42,22); }
td.TdClassName
{
border-color: #3B2A16;
}
.TagClassName
{
border-color: #3B2A16;
}
</style>