Shades of Cocoa Brown #3B2616
Tints of Cocoa Brown #3B2616
RGB
CMYK
RGB Variations
Color information
#3B2616 (or 0x3B2616) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 16. RGB value is (59,38,22). Sum of RGB (Red+Green+Blue) = 59+38+22=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2616 is #C4D9E9. Grayscale: #2A2A2A. Windows color (decimal): -12900842 or 1451579. OLE color: 1451579.
HSL color Cylindrical-coordinate representation of color #3B2616: hue angle of 25.95º 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 #3B2616 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 22 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.77 |
| HSL | 25.95º | 0.46% | 0.16% | - |
| HSV(B) | 25.95º | 0.63% | 0.23% | - |
| XYZ | 2.64 | 2.37 | 1.08 | - |
| YUV | 42.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 22 | 0 | 0.36 | 0.63 | 0.77 | 25.95 | 0.46 | 0.16 |
| Hex | 3B | 26 | 16 | 0 | 24 | 3F | 4D | 1A | 2E | 10 |
| Octal | 73 | 46 | 26 | 0 | 44 | 77 | 115 | 32 | 56 | 20 |
| Binary | 111011 | 100110 | 10110 | 0 | 100100 | 111111 | 1001101 | 11010 | 101110 | 10000 |
Color Harmonies of #3B2616
Complementary color
Monochromatic Colors of #3B2616
Black with #3B2616
Text Example
Text Example
White with #3B2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2616; }
p { color: rgb(59,38,22); }
H1.HeaderClassName
{
color: #3B2616;
}
.AnyTagClassName
{
color: #3B2616;
}
</style>
background-color css
<style>
a { background-color: #3B2616; }
a { background-color: rgb(59,38,22); }
div.DivClassName
{
background-color: #3B2616;
}
.BgClassName
{
background-color: #3B2616;
}
</style>
border-color css
<style>
span { border-color: #3B2616; }
span { border-color: rgb(59,38,22); }
td.TdClassName
{
border-color: #3B2616;
}
.TagClassName
{
border-color: #3B2616;
}
</style>