Shades of Brown Pod #49200D
Tints of Brown Pod #49200D
RGB
CMYK
RGB Variations
Color information
#49200D (or 0x49200D) is known color: Brown Pod. HEX triplet: 49, 20 and 0D. RGB value is (73,32,13). Sum of RGB (Red+Green+Blue) = 73+32+13=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #49200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49200D is #B6DFF2. Grayscale: #2A2A2A. Windows color (decimal): -11984883 or 860233. OLE color: 860233.
HSL color Cylindrical-coordinate representation of color #49200D: hue angle of 19º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49200D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 13 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.71 |
| HSL | 19º | 0.7% | 0.17% | - |
| HSV(B) | 19º | 0.82% | 0.29% | - |
| XYZ | 3.34 | 2.48 | 0.68 | - |
| YUV | 42.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 13 | 0 | 0.56 | 0.82 | 0.71 | 19 | 0.7 | 0.17 |
| Hex | 49 | 20 | D | 0 | 38 | 52 | 47 | 13 | 46 | 11 |
| Octal | 111 | 40 | 15 | 0 | 70 | 122 | 107 | 23 | 106 | 21 |
| Binary | 1001001 | 100000 | 1101 | 0 | 111000 | 1010010 | 1000111 | 10011 | 1000110 | 10001 |
Color Harmonies of #49200D
Complementary color
Monochromatic Colors of #49200D
Black with #49200D
Text Example
Text Example
White with #49200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49200D; }
p { color: rgb(73,32,13); }
H1.HeaderClassName
{
color: #49200D;
}
.AnyTagClassName
{
color: #49200D;
}
</style>
background-color css
<style>
a { background-color: #49200D; }
a { background-color: rgb(73,32,13); }
div.DivClassName
{
background-color: #49200D;
}
.BgClassName
{
background-color: #49200D;
}
</style>
border-color css
<style>
span { border-color: #49200D; }
span { border-color: rgb(73,32,13); }
td.TdClassName
{
border-color: #49200D;
}
.TagClassName
{
border-color: #49200D;
}
</style>