Shades of Cocoa Brown #3B2617
Tints of Cocoa Brown #3B2617
RGB
CMYK
RGB Variations
Color information
#3B2617 (or 0x3B2617) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 17. RGB value is (59,38,23). Sum of RGB (Red+Green+Blue) = 59+38+23=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2617 is #C4D9E8. Grayscale: #2A2A2A. Windows color (decimal): -12900841 or 1517115. OLE color: 1517115.
HSL color Cylindrical-coordinate representation of color #3B2617: hue angle of 25º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B2617 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 23 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.77 |
| HSL | 25º | 0.44% | 0.16% | - |
| HSV(B) | 25º | 0.61% | 0.23% | - |
| XYZ | 2.65 | 2.38 | 1.13 | - |
| YUV | 42.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 23 | 0 | 0.36 | 0.61 | 0.77 | 25 | 0.44 | 0.16 |
| Hex | 3B | 26 | 17 | 0 | 24 | 3D | 4D | 19 | 2C | 10 |
| Octal | 73 | 46 | 27 | 0 | 44 | 75 | 115 | 31 | 54 | 20 |
| Binary | 111011 | 100110 | 10111 | 0 | 100100 | 111101 | 1001101 | 11001 | 101100 | 10000 |
Color Harmonies of #3B2617
Complementary color
Monochromatic Colors of #3B2617
Black with #3B2617
Text Example
Text Example
White with #3B2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2617; }
p { color: rgb(59,38,23); }
H1.HeaderClassName
{
color: #3B2617;
}
.AnyTagClassName
{
color: #3B2617;
}
</style>
background-color css
<style>
a { background-color: #3B2617; }
a { background-color: rgb(59,38,23); }
div.DivClassName
{
background-color: #3B2617;
}
.BgClassName
{
background-color: #3B2617;
}
</style>
border-color css
<style>
span { border-color: #3B2617; }
span { border-color: rgb(59,38,23); }
td.TdClassName
{
border-color: #3B2617;
}
.TagClassName
{
border-color: #3B2617;
}
</style>