Shades of Brown Pod #49170B
Tints of Brown Pod #49170B
RGB
CMYK
RGB Variations
Color information
#49170B (or 0x49170B) is known color: Brown Pod. HEX triplet: 49, 17 and 0B. RGB value is (73,23,11). Sum of RGB (Red+Green+Blue) = 73+23+11=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49170B is #B6E8F4. Grayscale: #242424. Windows color (decimal): -11987189 or 726857. OLE color: 726857.
HSL color Cylindrical-coordinate representation of color #49170B: hue angle of 11.61º 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 #49170B is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 11 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.71 |
| HSL | 11.61º | 0.74% | 0.16% | - |
| HSV(B) | 11.61º | 0.85% | 0.29% | - |
| XYZ | 3.11 | 2.05 | 0.55 | - |
| YUV | 36.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 11 | 0 | 0.68 | 0.85 | 0.71 | 11.61 | 0.74 | 0.16 |
| Hex | 49 | 17 | B | 0 | 44 | 55 | 47 | C | 4A | 10 |
| Octal | 111 | 27 | 13 | 0 | 104 | 125 | 107 | 14 | 112 | 20 |
| Binary | 1001001 | 10111 | 1011 | 0 | 1000100 | 1010101 | 1000111 | 1100 | 1001010 | 10000 |
Color Harmonies of #49170B
Complementary color
Monochromatic Colors of #49170B
Black with #49170B
Text Example
Text Example
White with #49170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49170B; }
p { color: rgb(73,23,11); }
H1.HeaderClassName
{
color: #49170B;
}
.AnyTagClassName
{
color: #49170B;
}
</style>
background-color css
<style>
a { background-color: #49170B; }
a { background-color: rgb(73,23,11); }
div.DivClassName
{
background-color: #49170B;
}
.BgClassName
{
background-color: #49170B;
}
</style>
border-color css
<style>
span { border-color: #49170B; }
span { border-color: rgb(73,23,11); }
td.TdClassName
{
border-color: #49170B;
}
.TagClassName
{
border-color: #49170B;
}
</style>