Shades of Cocoa Brown #3B2717
Tints of Cocoa Brown #3B2717
RGB
CMYK
RGB Variations
Color information
#3B2717 (or 0x3B2717) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 17. RGB value is (59,39,23). Sum of RGB (Red+Green+Blue) = 59+39+23=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2717 is #C4D8E8. Grayscale: #2B2B2B. Windows color (decimal): -12900585 or 1517371. OLE color: 1517371.
HSL color Cylindrical-coordinate representation of color #3B2717: hue angle of 26.67º 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 #3B2717 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 23 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.77 |
| HSL | 26.67º | 0.44% | 0.16% | - |
| HSV(B) | 26.67º | 0.61% | 0.23% | - |
| XYZ | 2.68 | 2.44 | 1.14 | - |
| YUV | 43.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 23 | 0 | 0.34 | 0.61 | 0.77 | 26.67 | 0.44 | 0.16 |
| Hex | 3B | 27 | 17 | 0 | 22 | 3D | 4D | 1B | 2C | 10 |
| Octal | 73 | 47 | 27 | 0 | 42 | 75 | 115 | 33 | 54 | 20 |
| Binary | 111011 | 100111 | 10111 | 0 | 100010 | 111101 | 1001101 | 11011 | 101100 | 10000 |
Color Harmonies of #3B2717
Complementary color
Monochromatic Colors of #3B2717
Black with #3B2717
Text Example
Text Example
White with #3B2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2717; }
p { color: rgb(59,39,23); }
H1.HeaderClassName
{
color: #3B2717;
}
.AnyTagClassName
{
color: #3B2717;
}
</style>
background-color css
<style>
a { background-color: #3B2717; }
a { background-color: rgb(59,39,23); }
div.DivClassName
{
background-color: #3B2717;
}
.BgClassName
{
background-color: #3B2717;
}
</style>
border-color css
<style>
span { border-color: #3B2717; }
span { border-color: rgb(59,39,23); }
td.TdClassName
{
border-color: #3B2717;
}
.TagClassName
{
border-color: #3B2717;
}
</style>