Shades of Cocoa Brown #3B2715
Tints of Cocoa Brown #3B2715
RGB
CMYK
RGB Variations
Color information
#3B2715 (or 0x3B2715) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 15. RGB value is (59,39,21). Sum of RGB (Red+Green+Blue) = 59+39+21=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2715 is #C4D8EA. Grayscale: #2B2B2B. Windows color (decimal): -12900587 or 1386299. OLE color: 1386299.
HSL color Cylindrical-coordinate representation of color #3B2715: hue angle of 28.42º 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 #3B2715 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 21 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.77 |
| HSL | 28.42º | 0.48% | 0.16% | - |
| HSV(B) | 28.42º | 0.64% | 0.23% | - |
| XYZ | 2.66 | 2.43 | 1.04 | - |
| YUV | 42.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 21 | 0 | 0.34 | 0.64 | 0.77 | 28.42 | 0.48 | 0.16 |
| Hex | 3B | 27 | 15 | 0 | 22 | 40 | 4D | 1C | 30 | 10 |
| Octal | 73 | 47 | 25 | 0 | 42 | 100 | 115 | 34 | 60 | 20 |
| Binary | 111011 | 100111 | 10101 | 0 | 100010 | 1000000 | 1001101 | 11100 | 110000 | 10000 |
Color Harmonies of #3B2715
Complementary color
Monochromatic Colors of #3B2715
Black with #3B2715
Text Example
Text Example
White with #3B2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2715; }
p { color: rgb(59,39,21); }
H1.HeaderClassName
{
color: #3B2715;
}
.AnyTagClassName
{
color: #3B2715;
}
</style>
background-color css
<style>
a { background-color: #3B2715; }
a { background-color: rgb(59,39,21); }
div.DivClassName
{
background-color: #3B2715;
}
.BgClassName
{
background-color: #3B2715;
}
</style>
border-color css
<style>
span { border-color: #3B2715; }
span { border-color: rgb(59,39,21); }
td.TdClassName
{
border-color: #3B2715;
}
.TagClassName
{
border-color: #3B2715;
}
</style>