Shades of Cocoa Brown #3A2813
Tints of Cocoa Brown #3A2813
RGB
CMYK
RGB Variations
Color information
#3A2813 (or 0x3A2813) is known color: Cocoa Brown. HEX triplet: 3A, 28 and 13. RGB value is (58,40,19). Sum of RGB (Red+Green+Blue) = 58+40+19=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2813 is #C5D7EC. Grayscale: #2B2B2B. Windows color (decimal): -12965869 or 1255482. OLE color: 1255482.
HSL color Cylindrical-coordinate representation of color #3A2813: hue angle of 32.31º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2813 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 19 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.77 |
| HSL | 32.31º | 0.51% | 0.15% | - |
| HSV(B) | 32.31º | 0.67% | 0.23% | - |
| XYZ | 2.62 | 2.46 | 0.95 | - |
| YUV | 42.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 19 | 0 | 0.31 | 0.67 | 0.77 | 32.31 | 0.51 | 0.15 |
| Hex | 3A | 28 | 13 | 0 | 1F | 43 | 4D | 20 | 33 | F |
| Octal | 72 | 50 | 23 | 0 | 37 | 103 | 115 | 40 | 63 | 17 |
| Binary | 111010 | 101000 | 10011 | 0 | 11111 | 1000011 | 1001101 | 100000 | 110011 | 1111 |
Color Harmonies of #3A2813
Complementary color
Monochromatic Colors of #3A2813
Black with #3A2813
Text Example
Text Example
White with #3A2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2813; }
p { color: rgb(58,40,19); }
H1.HeaderClassName
{
color: #3A2813;
}
.AnyTagClassName
{
color: #3A2813;
}
</style>
background-color css
<style>
a { background-color: #3A2813; }
a { background-color: rgb(58,40,19); }
div.DivClassName
{
background-color: #3A2813;
}
.BgClassName
{
background-color: #3A2813;
}
</style>
border-color css
<style>
span { border-color: #3A2813; }
span { border-color: rgb(58,40,19); }
td.TdClassName
{
border-color: #3A2813;
}
.TagClassName
{
border-color: #3A2813;
}
</style>