Shades of Cocoa Brown #3B2913
Tints of Cocoa Brown #3B2913
RGB
CMYK
RGB Variations
Color information
#3B2913 (or 0x3B2913) is known color: Cocoa Brown. HEX triplet: 3B, 29 and 13. RGB value is (59,41,19). Sum of RGB (Red+Green+Blue) = 59+41+19=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2913 is #C4D6EC. Grayscale: #2B2B2B. Windows color (decimal): -12900077 or 1255739. OLE color: 1255739.
HSL color Cylindrical-coordinate representation of color #3B2913: hue angle of 33º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2913 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 19 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.77 |
| HSL | 33º | 0.51% | 0.15% | - |
| HSV(B) | 33º | 0.68% | 0.23% | - |
| XYZ | 2.71 | 2.56 | 0.97 | - |
| YUV | 43.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 19 | 0 | 0.31 | 0.68 | 0.77 | 33 | 0.51 | 0.15 |
| Hex | 3B | 29 | 13 | 0 | 1F | 44 | 4D | 21 | 33 | F |
| Octal | 73 | 51 | 23 | 0 | 37 | 104 | 115 | 41 | 63 | 17 |
| Binary | 111011 | 101001 | 10011 | 0 | 11111 | 1000100 | 1001101 | 100001 | 110011 | 1111 |
Color Harmonies of #3B2913
Complementary color
Monochromatic Colors of #3B2913
Black with #3B2913
Text Example
Text Example
White with #3B2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2913; }
p { color: rgb(59,41,19); }
H1.HeaderClassName
{
color: #3B2913;
}
.AnyTagClassName
{
color: #3B2913;
}
</style>
background-color css
<style>
a { background-color: #3B2913; }
a { background-color: rgb(59,41,19); }
div.DivClassName
{
background-color: #3B2913;
}
.BgClassName
{
background-color: #3B2913;
}
</style>
border-color css
<style>
span { border-color: #3B2913; }
span { border-color: rgb(59,41,19); }
td.TdClassName
{
border-color: #3B2913;
}
.TagClassName
{
border-color: #3B2913;
}
</style>