Shades of Brown Pod #492212
Tints of Brown Pod #492212
RGB
CMYK
RGB Variations
Color information
#492212 (or 0x492212) is known color: Brown Pod. HEX triplet: 49, 22 and 12. RGB value is (73,34,18). Sum of RGB (Red+Green+Blue) = 73+34+18=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492212 is #B6DDED. Grayscale: #2B2B2B. Windows color (decimal): -11984366 or 1188425. OLE color: 1188425.
HSL color Cylindrical-coordinate representation of color #492212: hue angle of 17.45º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492212 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 18 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.71 |
| HSL | 17.45º | 0.6% | 0.18% | - |
| HSV(B) | 17.45º | 0.75% | 0.29% | - |
| XYZ | 3.43 | 2.6 | 0.89 | - |
| YUV | 43.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 18 | 0 | 0.53 | 0.75 | 0.71 | 17.45 | 0.6 | 0.18 |
| Hex | 49 | 22 | 12 | 0 | 35 | 4B | 47 | 11 | 3C | 12 |
| Octal | 111 | 42 | 22 | 0 | 65 | 113 | 107 | 21 | 74 | 22 |
| Binary | 1001001 | 100010 | 10010 | 0 | 110101 | 1001011 | 1000111 | 10001 | 111100 | 10010 |
Color Harmonies of #492212
Complementary color
Monochromatic Colors of #492212
Black with #492212
Text Example
Text Example
White with #492212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492212; }
p { color: rgb(73,34,18); }
H1.HeaderClassName
{
color: #492212;
}
.AnyTagClassName
{
color: #492212;
}
</style>
background-color css
<style>
a { background-color: #492212; }
a { background-color: rgb(73,34,18); }
div.DivClassName
{
background-color: #492212;
}
.BgClassName
{
background-color: #492212;
}
</style>
border-color css
<style>
span { border-color: #492212; }
span { border-color: rgb(73,34,18); }
td.TdClassName
{
border-color: #492212;
}
.TagClassName
{
border-color: #492212;
}
</style>