Shades of Brown Pod #49170F
Tints of Brown Pod #49170F
RGB
CMYK
RGB Variations
Color information
#49170F (or 0x49170F) is known color: Brown Pod. HEX triplet: 49, 17 and 0F. RGB value is (73,23,15). Sum of RGB (Red+Green+Blue) = 73+23+15=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #49170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49170F is #B6E8F0. Grayscale: #252525. Windows color (decimal): -11987185 or 989001. OLE color: 989001.
HSL color Cylindrical-coordinate representation of color #49170F: hue angle of 8.28º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49170F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 15 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.71 |
| HSL | 8.28º | 0.66% | 0.17% | - |
| HSV(B) | 8.28º | 0.79% | 0.29% | - |
| XYZ | 3.14 | 2.06 | 0.68 | - |
| YUV | 37.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 15 | 0 | 0.68 | 0.79 | 0.71 | 8.28 | 0.66 | 0.17 |
| Hex | 49 | 17 | F | 0 | 44 | 4F | 47 | 8 | 42 | 11 |
| Octal | 111 | 27 | 17 | 0 | 104 | 117 | 107 | 10 | 102 | 21 |
| Binary | 1001001 | 10111 | 1111 | 0 | 1000100 | 1001111 | 1000111 | 1000 | 1000010 | 10001 |
Color Harmonies of #49170F
Complementary color
Monochromatic Colors of #49170F
Black with #49170F
Text Example
Text Example
White with #49170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49170F; }
p { color: rgb(73,23,15); }
H1.HeaderClassName
{
color: #49170F;
}
.AnyTagClassName
{
color: #49170F;
}
</style>
background-color css
<style>
a { background-color: #49170F; }
a { background-color: rgb(73,23,15); }
div.DivClassName
{
background-color: #49170F;
}
.BgClassName
{
background-color: #49170F;
}
</style>
border-color css
<style>
span { border-color: #49170F; }
span { border-color: rgb(73,23,15); }
td.TdClassName
{
border-color: #49170F;
}
.TagClassName
{
border-color: #49170F;
}
</style>