Shades of Brown Pod #49261F
Tints of Brown Pod #49261F
RGB
CMYK
RGB Variations
Color information
#49261F (or 0x49261F) is known color: Brown Pod. HEX triplet: 49, 26 and 1F. RGB value is (73,38,31). Sum of RGB (Red+Green+Blue) = 73+38+31=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49261F is #B6D9E0. Grayscale: #2F2F2F. Windows color (decimal): -11983329 or 2041417. OLE color: 2041417.
HSL color Cylindrical-coordinate representation of color #49261F: hue angle of 10º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49261F is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 31 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.71 |
| HSL | 10º | 0.4% | 0.2% | - |
| HSV(B) | 10º | 0.58% | 0.29% | - |
| XYZ | 3.69 | 2.9 | 1.66 | - |
| YUV | 47.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 31 | 0 | 0.48 | 0.58 | 0.71 | 10 | 0.4 | 0.2 |
| Hex | 49 | 26 | 1F | 0 | 30 | 3A | 47 | A | 28 | 14 |
| Octal | 111 | 46 | 37 | 0 | 60 | 72 | 107 | 12 | 50 | 24 |
| Binary | 1001001 | 100110 | 11111 | 0 | 110000 | 111010 | 1000111 | 1010 | 101000 | 10100 |
Color Harmonies of #49261F
Complementary color
Monochromatic Colors of #49261F
Black with #49261F
Text Example
Text Example
White with #49261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49261F; }
p { color: rgb(73,38,31); }
H1.HeaderClassName
{
color: #49261F;
}
.AnyTagClassName
{
color: #49261F;
}
</style>
background-color css
<style>
a { background-color: #49261F; }
a { background-color: rgb(73,38,31); }
div.DivClassName
{
background-color: #49261F;
}
.BgClassName
{
background-color: #49261F;
}
</style>
border-color css
<style>
span { border-color: #49261F; }
span { border-color: rgb(73,38,31); }
td.TdClassName
{
border-color: #49261F;
}
.TagClassName
{
border-color: #49261F;
}
</style>