Shades of Brown Pod #49250C
Tints of Brown Pod #49250C
RGB
CMYK
RGB Variations
Color information
#49250C (or 0x49250C) is known color: Brown Pod. HEX triplet: 49, 25 and 0C. RGB value is (73,37,12). Sum of RGB (Red+Green+Blue) = 73+37+12=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49250C is #B6DAF3. Grayscale: #2D2D2D. Windows color (decimal): -11983604 or 795977. OLE color: 795977.
HSL color Cylindrical-coordinate representation of color #49250C: hue angle of 24.59º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49250C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 12 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.71 |
| HSL | 24.59º | 0.72% | 0.17% | - |
| HSV(B) | 24.59º | 0.84% | 0.29% | - |
| XYZ | 3.48 | 2.77 | 0.7 | - |
| YUV | 44.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 12 | 0 | 0.49 | 0.84 | 0.71 | 24.59 | 0.72 | 0.17 |
| Hex | 49 | 25 | C | 0 | 31 | 54 | 47 | 19 | 48 | 11 |
| Octal | 111 | 45 | 14 | 0 | 61 | 124 | 107 | 31 | 110 | 21 |
| Binary | 1001001 | 100101 | 1100 | 0 | 110001 | 1010100 | 1000111 | 11001 | 1001000 | 10001 |
Color Harmonies of #49250C
Complementary color
Monochromatic Colors of #49250C
Black with #49250C
Text Example
Text Example
White with #49250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49250C; }
p { color: rgb(73,37,12); }
H1.HeaderClassName
{
color: #49250C;
}
.AnyTagClassName
{
color: #49250C;
}
</style>
background-color css
<style>
a { background-color: #49250C; }
a { background-color: rgb(73,37,12); }
div.DivClassName
{
background-color: #49250C;
}
.BgClassName
{
background-color: #49250C;
}
</style>
border-color css
<style>
span { border-color: #49250C; }
span { border-color: rgb(73,37,12); }
td.TdClassName
{
border-color: #49250C;
}
.TagClassName
{
border-color: #49250C;
}
</style>