Shades of Cocoa Brown #3A2102
Tints of Cocoa Brown #3A2102
RGB
CMYK
RGB Variations
Color information
#3A2102 (or 0x3A2102) is known color: Cocoa Brown. HEX triplet: 3A, 21 and 02. RGB value is (58,33,2). Sum of RGB (Red+Green+Blue) = 58+33+2=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2102 is #C5DEFD. Grayscale: #252525. Windows color (decimal): -12967678 or 139578. OLE color: 139578.
HSL color Cylindrical-coordinate representation of color #3A2102: hue angle of 33.21º 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 #3A2102 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 33 | 2 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.77 |
| HSL | 33.21º | 0.93% | 0.12% | - |
| HSV(B) | 33.21º | 0.97% | 0.23% | - |
| XYZ | 2.3 | 1.99 | 0.32 | - |
| YUV | 36.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 2 | 0 | 0.43 | 0.97 | 0.77 | 33.21 | 0.93 | 0.12 |
| Hex | 3A | 21 | 2 | 0 | 2B | 61 | 4D | 21 | 5D | C |
| Octal | 72 | 41 | 2 | 0 | 53 | 141 | 115 | 41 | 135 | 14 |
| Binary | 111010 | 100001 | 10 | 0 | 101011 | 1100001 | 1001101 | 100001 | 1011101 | 1100 |
Color Harmonies of #3A2102
Complementary color
Monochromatic Colors of #3A2102
Black with #3A2102
Text Example
Text Example
White with #3A2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2102; }
p { color: rgb(58,33,2); }
H1.HeaderClassName
{
color: #3A2102;
}
.AnyTagClassName
{
color: #3A2102;
}
</style>
background-color css
<style>
a { background-color: #3A2102; }
a { background-color: rgb(58,33,2); }
div.DivClassName
{
background-color: #3A2102;
}
.BgClassName
{
background-color: #3A2102;
}
</style>
border-color css
<style>
span { border-color: #3A2102; }
span { border-color: rgb(58,33,2); }
td.TdClassName
{
border-color: #3A2102;
}
.TagClassName
{
border-color: #3A2102;
}
</style>