Shades of Brown Pod #49251D
Tints of Brown Pod #49251D
RGB
CMYK
RGB Variations
Color information
#49251D (or 0x49251D) is known color: Brown Pod. HEX triplet: 49, 25 and 1D. RGB value is (73,37,29). Sum of RGB (Red+Green+Blue) = 73+37+29=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49251D is #B6DAE2. Grayscale: #2E2E2E. Windows color (decimal): -11983587 or 1910089. OLE color: 1910089.
HSL color Cylindrical-coordinate representation of color #49251D: hue angle of 10.91º 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 #49251D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 29 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.71 |
| HSL | 10.91º | 0.43% | 0.2% | - |
| HSV(B) | 10.91º | 0.6% | 0.29% | - |
| XYZ | 3.63 | 2.83 | 1.52 | - |
| YUV | 46.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 29 | 0 | 0.49 | 0.60 | 0.71 | 10.91 | 0.43 | 0.2 |
| Hex | 49 | 25 | 1D | 0 | 31 | 3C | 47 | B | 2B | 14 |
| Octal | 111 | 45 | 35 | 0 | 61 | 74 | 107 | 13 | 53 | 24 |
| Binary | 1001001 | 100101 | 11101 | 0 | 110001 | 111100 | 1000111 | 1011 | 101011 | 10100 |
Color Harmonies of #49251D
Complementary color
Monochromatic Colors of #49251D
Black with #49251D
Text Example
Text Example
White with #49251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49251D; }
p { color: rgb(73,37,29); }
H1.HeaderClassName
{
color: #49251D;
}
.AnyTagClassName
{
color: #49251D;
}
</style>
background-color css
<style>
a { background-color: #49251D; }
a { background-color: rgb(73,37,29); }
div.DivClassName
{
background-color: #49251D;
}
.BgClassName
{
background-color: #49251D;
}
</style>
border-color css
<style>
span { border-color: #49251D; }
span { border-color: rgb(73,37,29); }
td.TdClassName
{
border-color: #49251D;
}
.TagClassName
{
border-color: #49251D;
}
</style>