Shades of Brown Pod #4A2016
Tints of Brown Pod #4A2016
RGB
CMYK
RGB Variations
Color information
#4A2016 (or 0x4A2016) is known color: Brown Pod. HEX triplet: 4A, 20 and 16. RGB value is (74,32,22). Sum of RGB (Red+Green+Blue) = 74+32+22=128 (16% of max value = 765). Red value is 74 (29.30% from 255 or 57.81% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2016 is #B5DFE9. Grayscale: #2B2B2B. Windows color (decimal): -11919338 or 1450058. OLE color: 1450058.
HSL color Cylindrical-coordinate representation of color #4A2016: hue angle of 11.54º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A2016 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 22 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.71 |
| HSL | 11.54º | 0.54% | 0.19% | - |
| HSV(B) | 11.54º | 0.7% | 0.29% | - |
| XYZ | 3.49 | 2.55 | 1.07 | - |
| YUV | 43.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 22 | 0 | 0.57 | 0.70 | 0.71 | 11.54 | 0.54 | 0.19 |
| Hex | 4A | 20 | 16 | 0 | 39 | 46 | 47 | C | 36 | 13 |
| Octal | 112 | 40 | 26 | 0 | 71 | 106 | 107 | 14 | 66 | 23 |
| Binary | 1001010 | 100000 | 10110 | 0 | 111001 | 1000110 | 1000111 | 1100 | 110110 | 10011 |
Color Harmonies of #4A2016
Complementary color
Monochromatic Colors of #4A2016
Black with #4A2016
Text Example
Text Example
White with #4A2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2016; }
p { color: rgb(74,32,22); }
H1.HeaderClassName
{
color: #4A2016;
}
.AnyTagClassName
{
color: #4A2016;
}
</style>
background-color css
<style>
a { background-color: #4A2016; }
a { background-color: rgb(74,32,22); }
div.DivClassName
{
background-color: #4A2016;
}
.BgClassName
{
background-color: #4A2016;
}
</style>
border-color css
<style>
span { border-color: #4A2016; }
span { border-color: rgb(74,32,22); }
td.TdClassName
{
border-color: #4A2016;
}
.TagClassName
{
border-color: #4A2016;
}
</style>