Shades of Brown Pod #49240B
Tints of Brown Pod #49240B
RGB
CMYK
RGB Variations
Color information
#49240B (or 0x49240B) is known color: Brown Pod. HEX triplet: 49, 24 and 0B. RGB value is (73,36,11). Sum of RGB (Red+Green+Blue) = 73+36+11=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49240B is #B6DBF4. Grayscale: #2C2C2C. Windows color (decimal): -11983861 or 730185. OLE color: 730185.
HSL color Cylindrical-coordinate representation of color #49240B: hue angle of 24.19º 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 #49240B is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 11 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.71 |
| HSL | 24.19º | 0.74% | 0.16% | - |
| HSV(B) | 24.19º | 0.85% | 0.29% | - |
| XYZ | 3.44 | 2.7 | 0.66 | - |
| YUV | 44.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 11 | 0 | 0.51 | 0.85 | 0.71 | 24.19 | 0.74 | 0.16 |
| Hex | 49 | 24 | B | 0 | 33 | 55 | 47 | 18 | 4A | 10 |
| Octal | 111 | 44 | 13 | 0 | 63 | 125 | 107 | 30 | 112 | 20 |
| Binary | 1001001 | 100100 | 1011 | 0 | 110011 | 1010101 | 1000111 | 11000 | 1001010 | 10000 |
Color Harmonies of #49240B
Complementary color
Monochromatic Colors of #49240B
Black with #49240B
Text Example
Text Example
White with #49240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49240B; }
p { color: rgb(73,36,11); }
H1.HeaderClassName
{
color: #49240B;
}
.AnyTagClassName
{
color: #49240B;
}
</style>
background-color css
<style>
a { background-color: #49240B; }
a { background-color: rgb(73,36,11); }
div.DivClassName
{
background-color: #49240B;
}
.BgClassName
{
background-color: #49240B;
}
</style>
border-color css
<style>
span { border-color: #49240B; }
span { border-color: rgb(73,36,11); }
td.TdClassName
{
border-color: #49240B;
}
.TagClassName
{
border-color: #49240B;
}
</style>