Shades of Brown Pod #49250B
Tints of Brown Pod #49250B
RGB
CMYK
RGB Variations
Color information
#49250B (or 0x49250B) is known color: Brown Pod. HEX triplet: 49, 25 and 0B. RGB value is (73,37,11). Sum of RGB (Red+Green+Blue) = 73+37+11=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49250B is #B6DAF4. Grayscale: #2C2C2C. Windows color (decimal): -11983605 or 730441. OLE color: 730441.
HSL color Cylindrical-coordinate representation of color #49250B: hue angle of 25.16º 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 #49250B is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 11 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.71 |
| HSL | 25.16º | 0.74% | 0.16% | - |
| HSV(B) | 25.16º | 0.85% | 0.29% | - |
| XYZ | 3.47 | 2.76 | 0.67 | - |
| YUV | 44.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 11 | 0 | 0.49 | 0.85 | 0.71 | 25.16 | 0.74 | 0.16 |
| Hex | 49 | 25 | B | 0 | 31 | 55 | 47 | 19 | 4A | 10 |
| Octal | 111 | 45 | 13 | 0 | 61 | 125 | 107 | 31 | 112 | 20 |
| Binary | 1001001 | 100101 | 1011 | 0 | 110001 | 1010101 | 1000111 | 11001 | 1001010 | 10000 |
Color Harmonies of #49250B
Complementary color
Monochromatic Colors of #49250B
Black with #49250B
Text Example
Text Example
White with #49250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49250B; }
p { color: rgb(73,37,11); }
H1.HeaderClassName
{
color: #49250B;
}
.AnyTagClassName
{
color: #49250B;
}
</style>
background-color css
<style>
a { background-color: #49250B; }
a { background-color: rgb(73,37,11); }
div.DivClassName
{
background-color: #49250B;
}
.BgClassName
{
background-color: #49250B;
}
</style>
border-color css
<style>
span { border-color: #49250B; }
span { border-color: rgb(73,37,11); }
td.TdClassName
{
border-color: #49250B;
}
.TagClassName
{
border-color: #49250B;
}
</style>