Shades of Cocoa Brown #3B2917
Tints of Cocoa Brown #3B2917
RGB
CMYK
RGB Variations
Color information
#3B2917 (or 0x3B2917) is known color: Cocoa Brown. HEX triplet: 3B, 29 and 17. RGB value is (59,41,23). Sum of RGB (Red+Green+Blue) = 59+41+23=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2917 is #C4D6E8. Grayscale: #2C2C2C. Windows color (decimal): -12900073 or 1517883. OLE color: 1517883.
HSL color Cylindrical-coordinate representation of color #3B2917: hue angle of 30º 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 #3B2917 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 23 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.77 |
| HSL | 30º | 0.44% | 0.16% | - |
| HSV(B) | 30º | 0.61% | 0.23% | - |
| XYZ | 2.75 | 2.58 | 1.16 | - |
| YUV | 44.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 23 | 0 | 0.31 | 0.61 | 0.77 | 30 | 0.44 | 0.16 |
| Hex | 3B | 29 | 17 | 0 | 1F | 3D | 4D | 1E | 2C | 10 |
| Octal | 73 | 51 | 27 | 0 | 37 | 75 | 115 | 36 | 54 | 20 |
| Binary | 111011 | 101001 | 10111 | 0 | 11111 | 111101 | 1001101 | 11110 | 101100 | 10000 |
Color Harmonies of #3B2917
Complementary color
Monochromatic Colors of #3B2917
Black with #3B2917
Text Example
Text Example
White with #3B2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2917; }
p { color: rgb(59,41,23); }
H1.HeaderClassName
{
color: #3B2917;
}
.AnyTagClassName
{
color: #3B2917;
}
</style>
background-color css
<style>
a { background-color: #3B2917; }
a { background-color: rgb(59,41,23); }
div.DivClassName
{
background-color: #3B2917;
}
.BgClassName
{
background-color: #3B2917;
}
</style>
border-color css
<style>
span { border-color: #3B2917; }
span { border-color: rgb(59,41,23); }
td.TdClassName
{
border-color: #3B2917;
}
.TagClassName
{
border-color: #3B2917;
}
</style>