Shades of Brown Pod #49251E
Tints of Brown Pod #49251E
RGB
CMYK
RGB Variations
Color information
#49251E (or 0x49251E) is known color: Brown Pod. HEX triplet: 49, 25 and 1E. RGB value is (73,37,30). Sum of RGB (Red+Green+Blue) = 73+37+30=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49251E is #B6DAE1. Grayscale: #2F2F2F. Windows color (decimal): -11983586 or 1975625. OLE color: 1975625.
HSL color Cylindrical-coordinate representation of color #49251E: hue angle of 9.77º 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 #49251E is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 30 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.71 |
| HSL | 9.77º | 0.42% | 0.2% | - |
| HSV(B) | 9.77º | 0.59% | 0.29% | - |
| XYZ | 3.64 | 2.83 | 1.58 | - |
| YUV | 46.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 30 | 0 | 0.49 | 0.59 | 0.71 | 9.77 | 0.42 | 0.2 |
| Hex | 49 | 25 | 1E | 0 | 31 | 3B | 47 | A | 2A | 14 |
| Octal | 111 | 45 | 36 | 0 | 61 | 73 | 107 | 12 | 52 | 24 |
| Binary | 1001001 | 100101 | 11110 | 0 | 110001 | 111011 | 1000111 | 1010 | 101010 | 10100 |
Color Harmonies of #49251E
Complementary color
Monochromatic Colors of #49251E
Black with #49251E
Text Example
Text Example
White with #49251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49251E; }
p { color: rgb(73,37,30); }
H1.HeaderClassName
{
color: #49251E;
}
.AnyTagClassName
{
color: #49251E;
}
</style>
background-color css
<style>
a { background-color: #49251E; }
a { background-color: rgb(73,37,30); }
div.DivClassName
{
background-color: #49251E;
}
.BgClassName
{
background-color: #49251E;
}
</style>
border-color css
<style>
span { border-color: #49251E; }
span { border-color: rgb(73,37,30); }
td.TdClassName
{
border-color: #49251E;
}
.TagClassName
{
border-color: #49251E;
}
</style>