Shades of Brown Pod #3A2012
Tints of Brown Pod #3A2012
RGB
CMYK
RGB Variations
Color information
#3A2012 (or 0x3A2012) is known color: Brown Pod. HEX triplet: 3A, 20 and 12. RGB value is (58,32,18). Sum of RGB (Red+Green+Blue) = 58+32+18=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2012 is #C5DFED. Grayscale: #262626. Windows color (decimal): -12967918 or 1187898. OLE color: 1187898.
HSL color Cylindrical-coordinate representation of color #3A2012: hue angle of 21º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2012 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 18 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.77 |
| HSL | 21º | 0.53% | 0.15% | - |
| HSV(B) | 21º | 0.69% | 0.23% | - |
| XYZ | 2.37 | 1.98 | 0.83 | - |
| YUV | 38.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 18 | 0 | 0.45 | 0.69 | 0.77 | 21 | 0.53 | 0.15 |
| Hex | 3A | 20 | 12 | 0 | 2D | 45 | 4D | 15 | 35 | F |
| Octal | 72 | 40 | 22 | 0 | 55 | 105 | 115 | 25 | 65 | 17 |
| Binary | 111010 | 100000 | 10010 | 0 | 101101 | 1000101 | 1001101 | 10101 | 110101 | 1111 |
Color Harmonies of #3A2012
Complementary color
Monochromatic Colors of #3A2012
Black with #3A2012
Text Example
Text Example
White with #3A2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2012; }
p { color: rgb(58,32,18); }
H1.HeaderClassName
{
color: #3A2012;
}
.AnyTagClassName
{
color: #3A2012;
}
</style>
background-color css
<style>
a { background-color: #3A2012; }
a { background-color: rgb(58,32,18); }
div.DivClassName
{
background-color: #3A2012;
}
.BgClassName
{
background-color: #3A2012;
}
</style>
border-color css
<style>
span { border-color: #3A2012; }
span { border-color: rgb(58,32,18); }
td.TdClassName
{
border-color: #3A2012;
}
.TagClassName
{
border-color: #3A2012;
}
</style>