Shades of Brown Pod #492013
Tints of Brown Pod #492013
RGB
CMYK
RGB Variations
Color information
#492013 (or 0x492013) is known color: Brown Pod. HEX triplet: 49, 20 and 13. RGB value is (73,32,19). Sum of RGB (Red+Green+Blue) = 73+32+19=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492013 is #B6DFEC. Grayscale: #2A2A2A. Windows color (decimal): -11984877 or 1253449. OLE color: 1253449.
HSL color Cylindrical-coordinate representation of color #492013: hue angle of 14.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492013 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 19 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.71 |
| HSL | 14.44º | 0.59% | 0.18% | - |
| HSV(B) | 14.44º | 0.74% | 0.29% | - |
| XYZ | 3.38 | 2.5 | 0.92 | - |
| YUV | 42.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 19 | 0 | 0.56 | 0.74 | 0.71 | 14.44 | 0.59 | 0.18 |
| Hex | 49 | 20 | 13 | 0 | 38 | 4A | 47 | E | 3B | 12 |
| Octal | 111 | 40 | 23 | 0 | 70 | 112 | 107 | 16 | 73 | 22 |
| Binary | 1001001 | 100000 | 10011 | 0 | 111000 | 1001010 | 1000111 | 1110 | 111011 | 10010 |
Color Harmonies of #492013
Complementary color
Monochromatic Colors of #492013
Black with #492013
Text Example
Text Example
White with #492013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492013; }
p { color: rgb(73,32,19); }
H1.HeaderClassName
{
color: #492013;
}
.AnyTagClassName
{
color: #492013;
}
</style>
background-color css
<style>
a { background-color: #492013; }
a { background-color: rgb(73,32,19); }
div.DivClassName
{
background-color: #492013;
}
.BgClassName
{
background-color: #492013;
}
</style>
border-color css
<style>
span { border-color: #492013; }
span { border-color: rgb(73,32,19); }
td.TdClassName
{
border-color: #492013;
}
.TagClassName
{
border-color: #492013;
}
</style>