Shades of Brown Pod #49241D
Tints of Brown Pod #49241D
RGB
CMYK
RGB Variations
Color information
#49241D (or 0x49241D) is known color: Brown Pod. HEX triplet: 49, 24 and 1D. RGB value is (73,36,29). Sum of RGB (Red+Green+Blue) = 73+36+29=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49241D is #B6DBE2. Grayscale: #2E2E2E. Windows color (decimal): -11983843 or 1909833. OLE color: 1909833.
HSL color Cylindrical-coordinate representation of color #49241D: hue angle of 9.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49241D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 29 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.71 |
| HSL | 9.55º | 0.43% | 0.2% | - |
| HSV(B) | 9.55º | 0.6% | 0.29% | - |
| XYZ | 3.6 | 2.77 | 1.51 | - |
| YUV | 46.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 29 | 0 | 0.51 | 0.60 | 0.71 | 9.55 | 0.43 | 0.2 |
| Hex | 49 | 24 | 1D | 0 | 33 | 3C | 47 | A | 2B | 14 |
| Octal | 111 | 44 | 35 | 0 | 63 | 74 | 107 | 12 | 53 | 24 |
| Binary | 1001001 | 100100 | 11101 | 0 | 110011 | 111100 | 1000111 | 1010 | 101011 | 10100 |
Color Harmonies of #49241D
Complementary color
Monochromatic Colors of #49241D
Black with #49241D
Text Example
Text Example
White with #49241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49241D; }
p { color: rgb(73,36,29); }
H1.HeaderClassName
{
color: #49241D;
}
.AnyTagClassName
{
color: #49241D;
}
</style>
background-color css
<style>
a { background-color: #49241D; }
a { background-color: rgb(73,36,29); }
div.DivClassName
{
background-color: #49241D;
}
.BgClassName
{
background-color: #49241D;
}
</style>
border-color css
<style>
span { border-color: #49241D; }
span { border-color: rgb(73,36,29); }
td.TdClassName
{
border-color: #49241D;
}
.TagClassName
{
border-color: #49241D;
}
</style>