Shades of Brown Pod #49220B
Tints of Brown Pod #49220B
RGB
CMYK
RGB Variations
Color information
#49220B (or 0x49220B) is known color: Brown Pod. HEX triplet: 49, 22 and 0B. RGB value is (73,34,11). Sum of RGB (Red+Green+Blue) = 73+34+11=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #49220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49220B is #B6DDF4. Grayscale: #2B2B2B. Windows color (decimal): -11984373 or 729673. OLE color: 729673.
HSL color Cylindrical-coordinate representation of color #49220B: hue angle of 22.26º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49220B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 11 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.71 |
| HSL | 22.26º | 0.74% | 0.16% | - |
| HSV(B) | 22.26º | 0.85% | 0.29% | - |
| XYZ | 3.38 | 2.58 | 0.64 | - |
| YUV | 43.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 11 | 0 | 0.53 | 0.85 | 0.71 | 22.26 | 0.74 | 0.16 |
| Hex | 49 | 22 | B | 0 | 35 | 55 | 47 | 16 | 4A | 10 |
| Octal | 111 | 42 | 13 | 0 | 65 | 125 | 107 | 26 | 112 | 20 |
| Binary | 1001001 | 100010 | 1011 | 0 | 110101 | 1010101 | 1000111 | 10110 | 1001010 | 10000 |
Color Harmonies of #49220B
Complementary color
Monochromatic Colors of #49220B
Black with #49220B
Text Example
Text Example
White with #49220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49220B; }
p { color: rgb(73,34,11); }
H1.HeaderClassName
{
color: #49220B;
}
.AnyTagClassName
{
color: #49220B;
}
</style>
background-color css
<style>
a { background-color: #49220B; }
a { background-color: rgb(73,34,11); }
div.DivClassName
{
background-color: #49220B;
}
.BgClassName
{
background-color: #49220B;
}
</style>
border-color css
<style>
span { border-color: #49220B; }
span { border-color: rgb(73,34,11); }
td.TdClassName
{
border-color: #49220B;
}
.TagClassName
{
border-color: #49220B;
}
</style>