Shades of Brown Pod #3A2010
Tints of Brown Pod #3A2010
RGB
CMYK
RGB Variations
Color information
#3A2010 (or 0x3A2010) is known color: Brown Pod. HEX triplet: 3A, 20 and 10. RGB value is (58,32,16). Sum of RGB (Red+Green+Blue) = 58+32+16=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2010 is #C5DFEF. Grayscale: #262626. Windows color (decimal): -12967920 or 1056826. OLE color: 1056826.
HSL color Cylindrical-coordinate representation of color #3A2010: hue angle of 22.86º 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 #3A2010 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 16 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.77 |
| HSL | 22.86º | 0.57% | 0.15% | - |
| HSV(B) | 22.86º | 0.72% | 0.23% | - |
| XYZ | 2.35 | 1.97 | 0.75 | - |
| YUV | 37.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 16 | 0 | 0.45 | 0.72 | 0.77 | 22.86 | 0.57 | 0.15 |
| Hex | 3A | 20 | 10 | 0 | 2D | 48 | 4D | 17 | 39 | F |
| Octal | 72 | 40 | 20 | 0 | 55 | 110 | 115 | 27 | 71 | 17 |
| Binary | 111010 | 100000 | 10000 | 0 | 101101 | 1001000 | 1001101 | 10111 | 111001 | 1111 |
Color Harmonies of #3A2010
Complementary color
Monochromatic Colors of #3A2010
Black with #3A2010
Text Example
Text Example
White with #3A2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2010; }
p { color: rgb(58,32,16); }
H1.HeaderClassName
{
color: #3A2010;
}
.AnyTagClassName
{
color: #3A2010;
}
</style>
background-color css
<style>
a { background-color: #3A2010; }
a { background-color: rgb(58,32,16); }
div.DivClassName
{
background-color: #3A2010;
}
.BgClassName
{
background-color: #3A2010;
}
</style>
border-color css
<style>
span { border-color: #3A2010; }
span { border-color: rgb(58,32,16); }
td.TdClassName
{
border-color: #3A2010;
}
.TagClassName
{
border-color: #3A2010;
}
</style>