Shades of Cocoa Brown #3A2002
Tints of Cocoa Brown #3A2002
RGB
CMYK
RGB Variations
Color information
#3A2002 (or 0x3A2002) is known color: Cocoa Brown. HEX triplet: 3A, 20 and 02. RGB value is (58,32,2). Sum of RGB (Red+Green+Blue) = 58+32+2=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2002 is #C5DFFD. Grayscale: #242424. Windows color (decimal): -12967934 or 139322. OLE color: 139322.
HSL color Cylindrical-coordinate representation of color #3A2002: hue angle of 32.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A2002 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 2 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.77 |
| HSL | 32.14º | 0.93% | 0.12% | - |
| HSV(B) | 32.14º | 0.97% | 0.23% | - |
| XYZ | 2.27 | 1.94 | 0.31 | - |
| YUV | 36.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 2 | 0 | 0.45 | 0.97 | 0.77 | 32.14 | 0.93 | 0.12 |
| Hex | 3A | 20 | 2 | 0 | 2D | 61 | 4D | 20 | 5D | C |
| Octal | 72 | 40 | 2 | 0 | 55 | 141 | 115 | 40 | 135 | 14 |
| Binary | 111010 | 100000 | 10 | 0 | 101101 | 1100001 | 1001101 | 100000 | 1011101 | 1100 |
Color Harmonies of #3A2002
Complementary color
Monochromatic Colors of #3A2002
Black with #3A2002
Text Example
Text Example
White with #3A2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2002; }
p { color: rgb(58,32,2); }
H1.HeaderClassName
{
color: #3A2002;
}
.AnyTagClassName
{
color: #3A2002;
}
</style>
background-color css
<style>
a { background-color: #3A2002; }
a { background-color: rgb(58,32,2); }
div.DivClassName
{
background-color: #3A2002;
}
.BgClassName
{
background-color: #3A2002;
}
</style>
border-color css
<style>
span { border-color: #3A2002; }
span { border-color: rgb(58,32,2); }
td.TdClassName
{
border-color: #3A2002;
}
.TagClassName
{
border-color: #3A2002;
}
</style>