Shades of Brown Pod #492110
Tints of Brown Pod #492110
RGB
CMYK
RGB Variations
Color information
#492110 (or 0x492110) is known color: Brown Pod. HEX triplet: 49, 21 and 10. RGB value is (73,33,16). Sum of RGB (Red+Green+Blue) = 73+33+16=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492110 is #B6DEEF. Grayscale: #2B2B2B. Windows color (decimal): -11984624 or 1057097. OLE color: 1057097.
HSL color Cylindrical-coordinate representation of color #492110: hue angle of 17.89º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492110 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 16 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.71 |
| HSL | 17.89º | 0.64% | 0.17% | - |
| HSV(B) | 17.89º | 0.78% | 0.29% | - |
| XYZ | 3.39 | 2.54 | 0.8 | - |
| YUV | 43.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 16 | 0 | 0.55 | 0.78 | 0.71 | 17.89 | 0.64 | 0.17 |
| Hex | 49 | 21 | 10 | 0 | 37 | 4E | 47 | 12 | 40 | 11 |
| Octal | 111 | 41 | 20 | 0 | 67 | 116 | 107 | 22 | 100 | 21 |
| Binary | 1001001 | 100001 | 10000 | 0 | 110111 | 1001110 | 1000111 | 10010 | 1000000 | 10001 |
Color Harmonies of #492110
Complementary color
Monochromatic Colors of #492110
Black with #492110
Text Example
Text Example
White with #492110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492110; }
p { color: rgb(73,33,16); }
H1.HeaderClassName
{
color: #492110;
}
.AnyTagClassName
{
color: #492110;
}
</style>
background-color css
<style>
a { background-color: #492110; }
a { background-color: rgb(73,33,16); }
div.DivClassName
{
background-color: #492110;
}
.BgClassName
{
background-color: #492110;
}
</style>
border-color css
<style>
span { border-color: #492110; }
span { border-color: rgb(73,33,16); }
td.TdClassName
{
border-color: #492110;
}
.TagClassName
{
border-color: #492110;
}
</style>