Shades of Cocoa Brown #3A2610
Tints of Cocoa Brown #3A2610
RGB
CMYK
RGB Variations
Color information
#3A2610 (or 0x3A2610) is known color: Cocoa Brown. HEX triplet: 3A, 26 and 10. RGB value is (58,38,16). Sum of RGB (Red+Green+Blue) = 58+38+16=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2610 is #C5D9EF. Grayscale: #292929. Windows color (decimal): -12966384 or 1058362. OLE color: 1058362.
HSL color Cylindrical-coordinate representation of color #3A2610: hue angle of 31.43º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2610 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 38 | 16 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.77 |
| HSL | 31.43º | 0.57% | 0.15% | - |
| HSV(B) | 31.43º | 0.72% | 0.23% | - |
| XYZ | 2.53 | 2.32 | 0.81 | - |
| YUV | 41.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 16 | 0 | 0.34 | 0.72 | 0.77 | 31.43 | 0.57 | 0.15 |
| Hex | 3A | 26 | 10 | 0 | 22 | 48 | 4D | 1F | 39 | F |
| Octal | 72 | 46 | 20 | 0 | 42 | 110 | 115 | 37 | 71 | 17 |
| Binary | 111010 | 100110 | 10000 | 0 | 100010 | 1001000 | 1001101 | 11111 | 111001 | 1111 |
Color Harmonies of #3A2610
Complementary color
Monochromatic Colors of #3A2610
Black with #3A2610
Text Example
Text Example
White with #3A2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2610; }
p { color: rgb(58,38,16); }
H1.HeaderClassName
{
color: #3A2610;
}
.AnyTagClassName
{
color: #3A2610;
}
</style>
background-color css
<style>
a { background-color: #3A2610; }
a { background-color: rgb(58,38,16); }
div.DivClassName
{
background-color: #3A2610;
}
.BgClassName
{
background-color: #3A2610;
}
</style>
border-color css
<style>
span { border-color: #3A2610; }
span { border-color: rgb(58,38,16); }
td.TdClassName
{
border-color: #3A2610;
}
.TagClassName
{
border-color: #3A2610;
}
</style>