Shades of Cocoa Brown #3B2A15
Tints of Cocoa Brown #3B2A15
RGB
CMYK
RGB Variations
Color information
#3B2A15 (or 0x3B2A15) is known color: Cocoa Brown. HEX triplet: 3B, 2A and 15. RGB value is (59,42,21). Sum of RGB (Red+Green+Blue) = 59+42+21=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2A15 is #C4D5EA. Grayscale: #2C2C2C. Windows color (decimal): -12899819 or 1387067. OLE color: 1387067.
HSL color Cylindrical-coordinate representation of color #3B2A15: hue angle of 33.16º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B2A15 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 42 | 21 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.77 |
| HSL | 33.16º | 0.48% | 0.16% | - |
| HSV(B) | 33.16º | 0.64% | 0.23% | - |
| XYZ | 2.77 | 2.64 | 1.07 | - |
| YUV | 44.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 21 | 0 | 0.29 | 0.64 | 0.77 | 33.16 | 0.48 | 0.16 |
| Hex | 3B | 2A | 15 | 0 | 1D | 40 | 4D | 21 | 30 | 10 |
| Octal | 73 | 52 | 25 | 0 | 35 | 100 | 115 | 41 | 60 | 20 |
| Binary | 111011 | 101010 | 10101 | 0 | 11101 | 1000000 | 1001101 | 100001 | 110000 | 10000 |
Color Harmonies of #3B2A15
Complementary color
Monochromatic Colors of #3B2A15
Black with #3B2A15
Text Example
Text Example
White with #3B2A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A15; }
p { color: rgb(59,42,21); }
H1.HeaderClassName
{
color: #3B2A15;
}
.AnyTagClassName
{
color: #3B2A15;
}
</style>
background-color css
<style>
a { background-color: #3B2A15; }
a { background-color: rgb(59,42,21); }
div.DivClassName
{
background-color: #3B2A15;
}
.BgClassName
{
background-color: #3B2A15;
}
</style>
border-color css
<style>
span { border-color: #3B2A15; }
span { border-color: rgb(59,42,21); }
td.TdClassName
{
border-color: #3B2A15;
}
.TagClassName
{
border-color: #3B2A15;
}
</style>