Shades of Brown Pod #3A2011
Tints of Brown Pod #3A2011
RGB
CMYK
RGB Variations
Color information
#3A2011 (or 0x3A2011) is known color: Brown Pod. HEX triplet: 3A, 20 and 11. RGB value is (58,32,17). Sum of RGB (Red+Green+Blue) = 58+32+17=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2011 is #C5DFEE. Grayscale: #262626. Windows color (decimal): -12967919 or 1122362. OLE color: 1122362.
HSL color Cylindrical-coordinate representation of color #3A2011: hue angle of 21.95º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A2011 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 17 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.77 |
| HSL | 21.95º | 0.55% | 0.15% | - |
| HSV(B) | 21.95º | 0.71% | 0.23% | - |
| XYZ | 2.36 | 1.97 | 0.79 | - |
| YUV | 38.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 17 | 0 | 0.45 | 0.71 | 0.77 | 21.95 | 0.55 | 0.15 |
| Hex | 3A | 20 | 11 | 0 | 2D | 47 | 4D | 16 | 37 | F |
| Octal | 72 | 40 | 21 | 0 | 55 | 107 | 115 | 26 | 67 | 17 |
| Binary | 111010 | 100000 | 10001 | 0 | 101101 | 1000111 | 1001101 | 10110 | 110111 | 1111 |
Color Harmonies of #3A2011
Complementary color
Monochromatic Colors of #3A2011
Black with #3A2011
Text Example
Text Example
White with #3A2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2011; }
p { color: rgb(58,32,17); }
H1.HeaderClassName
{
color: #3A2011;
}
.AnyTagClassName
{
color: #3A2011;
}
</style>
background-color css
<style>
a { background-color: #3A2011; }
a { background-color: rgb(58,32,17); }
div.DivClassName
{
background-color: #3A2011;
}
.BgClassName
{
background-color: #3A2011;
}
</style>
border-color css
<style>
span { border-color: #3A2011; }
span { border-color: rgb(58,32,17); }
td.TdClassName
{
border-color: #3A2011;
}
.TagClassName
{
border-color: #3A2011;
}
</style>