Shades of Brown Pod #49261E
Tints of Brown Pod #49261E
RGB
CMYK
RGB Variations
Color information
#49261E (or 0x49261E) is known color: Brown Pod. HEX triplet: 49, 26 and 1E. RGB value is (73,38,30). Sum of RGB (Red+Green+Blue) = 73+38+30=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49261E is #B6D9E1. Grayscale: #2F2F2F. Windows color (decimal): -11983330 or 1975881. OLE color: 1975881.
HSL color Cylindrical-coordinate representation of color #49261E: hue angle of 11.16º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49261E is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 30 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.71 |
| HSL | 11.16º | 0.42% | 0.2% | - |
| HSV(B) | 11.16º | 0.59% | 0.29% | - |
| XYZ | 3.68 | 2.9 | 1.59 | - |
| YUV | 47.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 30 | 0 | 0.48 | 0.59 | 0.71 | 11.16 | 0.42 | 0.2 |
| Hex | 49 | 26 | 1E | 0 | 30 | 3B | 47 | B | 2A | 14 |
| Octal | 111 | 46 | 36 | 0 | 60 | 73 | 107 | 13 | 52 | 24 |
| Binary | 1001001 | 100110 | 11110 | 0 | 110000 | 111011 | 1000111 | 1011 | 101010 | 10100 |
Color Harmonies of #49261E
Complementary color
Monochromatic Colors of #49261E
Black with #49261E
Text Example
Text Example
White with #49261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49261E; }
p { color: rgb(73,38,30); }
H1.HeaderClassName
{
color: #49261E;
}
.AnyTagClassName
{
color: #49261E;
}
</style>
background-color css
<style>
a { background-color: #49261E; }
a { background-color: rgb(73,38,30); }
div.DivClassName
{
background-color: #49261E;
}
.BgClassName
{
background-color: #49261E;
}
</style>
border-color css
<style>
span { border-color: #49261E; }
span { border-color: rgb(73,38,30); }
td.TdClassName
{
border-color: #49261E;
}
.TagClassName
{
border-color: #49261E;
}
</style>