Shades of Brown Pod #3A2013
Tints of Brown Pod #3A2013
RGB
CMYK
RGB Variations
Color information
#3A2013 (or 0x3A2013) is known color: Brown Pod. HEX triplet: 3A, 20 and 13. RGB value is (58,32,19). Sum of RGB (Red+Green+Blue) = 58+32+19=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2013 is #C5DFEC. Grayscale: #262626. Windows color (decimal): -12967917 or 1253434. OLE color: 1253434.
HSL color Cylindrical-coordinate representation of color #3A2013: hue angle of 20º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2013 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 19 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.77 |
| HSL | 20º | 0.51% | 0.15% | - |
| HSV(B) | 20º | 0.67% | 0.23% | - |
| XYZ | 2.38 | 1.98 | 0.87 | - |
| YUV | 38.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 19 | 0 | 0.45 | 0.67 | 0.77 | 20 | 0.51 | 0.15 |
| Hex | 3A | 20 | 13 | 0 | 2D | 43 | 4D | 14 | 33 | F |
| Octal | 72 | 40 | 23 | 0 | 55 | 103 | 115 | 24 | 63 | 17 |
| Binary | 111010 | 100000 | 10011 | 0 | 101101 | 1000011 | 1001101 | 10100 | 110011 | 1111 |
Color Harmonies of #3A2013
Complementary color
Monochromatic Colors of #3A2013
Black with #3A2013
Text Example
Text Example
White with #3A2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2013; }
p { color: rgb(58,32,19); }
H1.HeaderClassName
{
color: #3A2013;
}
.AnyTagClassName
{
color: #3A2013;
}
</style>
background-color css
<style>
a { background-color: #3A2013; }
a { background-color: rgb(58,32,19); }
div.DivClassName
{
background-color: #3A2013;
}
.BgClassName
{
background-color: #3A2013;
}
</style>
border-color css
<style>
span { border-color: #3A2013; }
span { border-color: rgb(58,32,19); }
td.TdClassName
{
border-color: #3A2013;
}
.TagClassName
{
border-color: #3A2013;
}
</style>