Shades of Cocoa Brown #3A2916
Tints of Cocoa Brown #3A2916
RGB
CMYK
RGB Variations
Color information
#3A2916 (or 0x3A2916) is known color: Cocoa Brown. HEX triplet: 3A, 29 and 16. RGB value is (58,41,22). Sum of RGB (Red+Green+Blue) = 58+41+22=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2916 is #C5D6E9. Grayscale: #2C2C2C. Windows color (decimal): -12965610 or 1452346. OLE color: 1452346.
HSL color Cylindrical-coordinate representation of color #3A2916: hue angle of 31.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A2916 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 41 | 22 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.77 |
| HSL | 31.67º | 0.45% | 0.16% | - |
| HSV(B) | 31.67º | 0.62% | 0.23% | - |
| XYZ | 2.68 | 2.54 | 1.11 | - |
| YUV | 43.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 22 | 0 | 0.29 | 0.62 | 0.77 | 31.67 | 0.45 | 0.16 |
| Hex | 3A | 29 | 16 | 0 | 1D | 3E | 4D | 20 | 2D | 10 |
| Octal | 72 | 51 | 26 | 0 | 35 | 76 | 115 | 40 | 55 | 20 |
| Binary | 111010 | 101001 | 10110 | 0 | 11101 | 111110 | 1001101 | 100000 | 101101 | 10000 |
Color Harmonies of #3A2916
Complementary color
Monochromatic Colors of #3A2916
Black with #3A2916
Text Example
Text Example
White with #3A2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2916; }
p { color: rgb(58,41,22); }
H1.HeaderClassName
{
color: #3A2916;
}
.AnyTagClassName
{
color: #3A2916;
}
</style>
background-color css
<style>
a { background-color: #3A2916; }
a { background-color: rgb(58,41,22); }
div.DivClassName
{
background-color: #3A2916;
}
.BgClassName
{
background-color: #3A2916;
}
</style>
border-color css
<style>
span { border-color: #3A2916; }
span { border-color: rgb(58,41,22); }
td.TdClassName
{
border-color: #3A2916;
}
.TagClassName
{
border-color: #3A2916;
}
</style>