Shades of Brown Pod #49160B
Tints of Brown Pod #49160B
RGB
CMYK
RGB Variations
Color information
#49160B (or 0x49160B) is known color: Brown Pod. HEX triplet: 49, 16 and 0B. RGB value is (73,22,11). Sum of RGB (Red+Green+Blue) = 73+22+11=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #49160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49160B is #B6E9F4. Grayscale: #242424. Windows color (decimal): -11987445 or 726601. OLE color: 726601.
HSL color Cylindrical-coordinate representation of color #49160B: hue angle of 10.65º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49160B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 11 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.71 |
| HSL | 10.65º | 0.74% | 0.16% | - |
| HSV(B) | 10.65º | 0.85% | 0.29% | - |
| XYZ | 3.09 | 2.01 | 0.54 | - |
| YUV | 36 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 11 | 0 | 0.70 | 0.85 | 0.71 | 10.65 | 0.74 | 0.16 |
| Hex | 49 | 16 | B | 0 | 46 | 55 | 47 | B | 4A | 10 |
| Octal | 111 | 26 | 13 | 0 | 106 | 125 | 107 | 13 | 112 | 20 |
| Binary | 1001001 | 10110 | 1011 | 0 | 1000110 | 1010101 | 1000111 | 1011 | 1001010 | 10000 |
Color Harmonies of #49160B
Complementary color
Monochromatic Colors of #49160B
Black with #49160B
Text Example
Text Example
White with #49160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49160B; }
p { color: rgb(73,22,11); }
H1.HeaderClassName
{
color: #49160B;
}
.AnyTagClassName
{
color: #49160B;
}
</style>
background-color css
<style>
a { background-color: #49160B; }
a { background-color: rgb(73,22,11); }
div.DivClassName
{
background-color: #49160B;
}
.BgClassName
{
background-color: #49160B;
}
</style>
border-color css
<style>
span { border-color: #49160B; }
span { border-color: rgb(73,22,11); }
td.TdClassName
{
border-color: #49160B;
}
.TagClassName
{
border-color: #49160B;
}
</style>