Shades of Brown Pod #492014
Tints of Brown Pod #492014
RGB
CMYK
RGB Variations
Color information
#492014 (or 0x492014) is known color: Brown Pod. HEX triplet: 49, 20 and 14. RGB value is (73,32,20). Sum of RGB (Red+Green+Blue) = 73+32+20=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492014 is #B6DFEB. Grayscale: #2A2A2A. Windows color (decimal): -11984876 or 1318985. OLE color: 1318985.
HSL color Cylindrical-coordinate representation of color #492014: hue angle of 13.58º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492014 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 20 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.71 |
| HSL | 13.58º | 0.57% | 0.18% | - |
| HSV(B) | 13.58º | 0.73% | 0.29% | - |
| XYZ | 3.39 | 2.5 | 0.97 | - |
| YUV | 42.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 20 | 0 | 0.56 | 0.73 | 0.71 | 13.58 | 0.57 | 0.18 |
| Hex | 49 | 20 | 14 | 0 | 38 | 49 | 47 | E | 39 | 12 |
| Octal | 111 | 40 | 24 | 0 | 70 | 111 | 107 | 16 | 71 | 22 |
| Binary | 1001001 | 100000 | 10100 | 0 | 111000 | 1001001 | 1000111 | 1110 | 111001 | 10010 |
Color Harmonies of #492014
Complementary color
Monochromatic Colors of #492014
Black with #492014
Text Example
Text Example
White with #492014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492014; }
p { color: rgb(73,32,20); }
H1.HeaderClassName
{
color: #492014;
}
.AnyTagClassName
{
color: #492014;
}
</style>
background-color css
<style>
a { background-color: #492014; }
a { background-color: rgb(73,32,20); }
div.DivClassName
{
background-color: #492014;
}
.BgClassName
{
background-color: #492014;
}
</style>
border-color css
<style>
span { border-color: #492014; }
span { border-color: rgb(73,32,20); }
td.TdClassName
{
border-color: #492014;
}
.TagClassName
{
border-color: #492014;
}
</style>