Shades of Cocoa Brown #3A2313
Tints of Cocoa Brown #3A2313
RGB
CMYK
RGB Variations
Color information
#3A2313 (or 0x3A2313) is known color: Cocoa Brown. HEX triplet: 3A, 23 and 13. RGB value is (58,35,19). Sum of RGB (Red+Green+Blue) = 58+35+19=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2313 is #C5DCEC. Grayscale: #282828. Windows color (decimal): -12967149 or 1254202. OLE color: 1254202.
HSL color Cylindrical-coordinate representation of color #3A2313: hue angle of 24.62º 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 #3A2313 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 19 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.77 |
| HSL | 24.62º | 0.51% | 0.15% | - |
| HSV(B) | 24.62º | 0.67% | 0.23% | - |
| XYZ | 2.46 | 2.15 | 0.9 | - |
| YUV | 40.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 19 | 0 | 0.40 | 0.67 | 0.77 | 24.62 | 0.51 | 0.15 |
| Hex | 3A | 23 | 13 | 0 | 28 | 43 | 4D | 19 | 33 | F |
| Octal | 72 | 43 | 23 | 0 | 50 | 103 | 115 | 31 | 63 | 17 |
| Binary | 111010 | 100011 | 10011 | 0 | 101000 | 1000011 | 1001101 | 11001 | 110011 | 1111 |
Color Harmonies of #3A2313
Complementary color
Monochromatic Colors of #3A2313
Black with #3A2313
Text Example
Text Example
White with #3A2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2313; }
p { color: rgb(58,35,19); }
H1.HeaderClassName
{
color: #3A2313;
}
.AnyTagClassName
{
color: #3A2313;
}
</style>
background-color css
<style>
a { background-color: #3A2313; }
a { background-color: rgb(58,35,19); }
div.DivClassName
{
background-color: #3A2313;
}
.BgClassName
{
background-color: #3A2313;
}
</style>
border-color css
<style>
span { border-color: #3A2313; }
span { border-color: rgb(58,35,19); }
td.TdClassName
{
border-color: #3A2313;
}
.TagClassName
{
border-color: #3A2313;
}
</style>