Shades of Cocoa Brown #3B2516
Tints of Cocoa Brown #3B2516
RGB
CMYK
RGB Variations
Color information
#3B2516 (or 0x3B2516) is known color: Cocoa Brown. HEX triplet: 3B, 25 and 16. RGB value is (59,37,22). Sum of RGB (Red+Green+Blue) = 59+37+22=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2516 is #C4DAE9. Grayscale: #292929. Windows color (decimal): -12901098 or 1451323. OLE color: 1451323.
HSL color Cylindrical-coordinate representation of color #3B2516: hue angle of 24.32º 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 #3B2516 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 22 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.77 |
| HSL | 24.32º | 0.46% | 0.16% | - |
| HSV(B) | 24.32º | 0.63% | 0.23% | - |
| XYZ | 2.61 | 2.31 | 1.07 | - |
| YUV | 41.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 22 | 0 | 0.37 | 0.63 | 0.77 | 24.32 | 0.46 | 0.16 |
| Hex | 3B | 25 | 16 | 0 | 25 | 3F | 4D | 18 | 2E | 10 |
| Octal | 73 | 45 | 26 | 0 | 45 | 77 | 115 | 30 | 56 | 20 |
| Binary | 111011 | 100101 | 10110 | 0 | 100101 | 111111 | 1001101 | 11000 | 101110 | 10000 |
Color Harmonies of #3B2516
Complementary color
Monochromatic Colors of #3B2516
Black with #3B2516
Text Example
Text Example
White with #3B2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2516; }
p { color: rgb(59,37,22); }
H1.HeaderClassName
{
color: #3B2516;
}
.AnyTagClassName
{
color: #3B2516;
}
</style>
background-color css
<style>
a { background-color: #3B2516; }
a { background-color: rgb(59,37,22); }
div.DivClassName
{
background-color: #3B2516;
}
.BgClassName
{
background-color: #3B2516;
}
</style>
border-color css
<style>
span { border-color: #3B2516; }
span { border-color: rgb(59,37,22); }
td.TdClassName
{
border-color: #3B2516;
}
.TagClassName
{
border-color: #3B2516;
}
</style>