Shades of Brown Pod #492112
Tints of Brown Pod #492112
RGB
CMYK
RGB Variations
Color information
#492112 (or 0x492112) is known color: Brown Pod. HEX triplet: 49, 21 and 12. RGB value is (73,33,18). Sum of RGB (Red+Green+Blue) = 73+33+18=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492112 is #B6DEED. Grayscale: #2B2B2B. Windows color (decimal): -11984622 or 1188169. OLE color: 1188169.
HSL color Cylindrical-coordinate representation of color #492112: hue angle of 16.36º 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 #492112 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 18 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.71 |
| HSL | 16.36º | 0.6% | 0.18% | - |
| HSV(B) | 16.36º | 0.75% | 0.29% | - |
| XYZ | 3.4 | 2.55 | 0.88 | - |
| YUV | 43.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 18 | 0 | 0.55 | 0.75 | 0.71 | 16.36 | 0.6 | 0.18 |
| Hex | 49 | 21 | 12 | 0 | 37 | 4B | 47 | 10 | 3C | 12 |
| Octal | 111 | 41 | 22 | 0 | 67 | 113 | 107 | 20 | 74 | 22 |
| Binary | 1001001 | 100001 | 10010 | 0 | 110111 | 1001011 | 1000111 | 10000 | 111100 | 10010 |
Color Harmonies of #492112
Complementary color
Monochromatic Colors of #492112
Black with #492112
Text Example
Text Example
White with #492112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492112; }
p { color: rgb(73,33,18); }
H1.HeaderClassName
{
color: #492112;
}
.AnyTagClassName
{
color: #492112;
}
</style>
background-color css
<style>
a { background-color: #492112; }
a { background-color: rgb(73,33,18); }
div.DivClassName
{
background-color: #492112;
}
.BgClassName
{
background-color: #492112;
}
</style>
border-color css
<style>
span { border-color: #492112; }
span { border-color: rgb(73,33,18); }
td.TdClassName
{
border-color: #492112;
}
.TagClassName
{
border-color: #492112;
}
</style>