Shades of Cocoa Brown #3A2713
Tints of Cocoa Brown #3A2713
RGB
CMYK
RGB Variations
Color information
#3A2713 (or 0x3A2713) is known color: Cocoa Brown. HEX triplet: 3A, 27 and 13. RGB value is (58,39,19). Sum of RGB (Red+Green+Blue) = 58+39+19=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2713 is #C5D8EC. Grayscale: #2A2A2A. Windows color (decimal): -12966125 or 1255226. OLE color: 1255226.
HSL color Cylindrical-coordinate representation of color #3A2713: hue angle of 30.77º 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 #3A2713 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 19 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.77 |
| HSL | 30.77º | 0.51% | 0.15% | - |
| HSV(B) | 30.77º | 0.67% | 0.23% | - |
| XYZ | 2.59 | 2.4 | 0.94 | - |
| YUV | 42.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 19 | 0 | 0.33 | 0.67 | 0.77 | 30.77 | 0.51 | 0.15 |
| Hex | 3A | 27 | 13 | 0 | 21 | 43 | 4D | 1F | 33 | F |
| Octal | 72 | 47 | 23 | 0 | 41 | 103 | 115 | 37 | 63 | 17 |
| Binary | 111010 | 100111 | 10011 | 0 | 100001 | 1000011 | 1001101 | 11111 | 110011 | 1111 |
Color Harmonies of #3A2713
Complementary color
Monochromatic Colors of #3A2713
Black with #3A2713
Text Example
Text Example
White with #3A2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2713; }
p { color: rgb(58,39,19); }
H1.HeaderClassName
{
color: #3A2713;
}
.AnyTagClassName
{
color: #3A2713;
}
</style>
background-color css
<style>
a { background-color: #3A2713; }
a { background-color: rgb(58,39,19); }
div.DivClassName
{
background-color: #3A2713;
}
.BgClassName
{
background-color: #3A2713;
}
</style>
border-color css
<style>
span { border-color: #3A2713; }
span { border-color: rgb(58,39,19); }
td.TdClassName
{
border-color: #3A2713;
}
.TagClassName
{
border-color: #3A2713;
}
</style>