Shades of Brown Pod #492412
Tints of Brown Pod #492412
RGB
CMYK
RGB Variations
Color information
#492412 (or 0x492412) is known color: Brown Pod. HEX triplet: 49, 24 and 12. RGB value is (73,36,18). Sum of RGB (Red+Green+Blue) = 73+36+18=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #492412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492412 is #B6DBED. Grayscale: #2D2D2D. Windows color (decimal): -11983854 or 1188937. OLE color: 1188937.
HSL color Cylindrical-coordinate representation of color #492412: hue angle of 19.64º 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 #492412 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 18 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.71 |
| HSL | 19.64º | 0.6% | 0.18% | - |
| HSV(B) | 19.64º | 0.75% | 0.29% | - |
| XYZ | 3.49 | 2.72 | 0.91 | - |
| YUV | 45.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 18 | 0 | 0.51 | 0.75 | 0.71 | 19.64 | 0.6 | 0.18 |
| Hex | 49 | 24 | 12 | 0 | 33 | 4B | 47 | 14 | 3C | 12 |
| Octal | 111 | 44 | 22 | 0 | 63 | 113 | 107 | 24 | 74 | 22 |
| Binary | 1001001 | 100100 | 10010 | 0 | 110011 | 1001011 | 1000111 | 10100 | 111100 | 10010 |
Color Harmonies of #492412
Complementary color
Monochromatic Colors of #492412
Black with #492412
Text Example
Text Example
White with #492412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492412; }
p { color: rgb(73,36,18); }
H1.HeaderClassName
{
color: #492412;
}
.AnyTagClassName
{
color: #492412;
}
</style>
background-color css
<style>
a { background-color: #492412; }
a { background-color: rgb(73,36,18); }
div.DivClassName
{
background-color: #492412;
}
.BgClassName
{
background-color: #492412;
}
</style>
border-color css
<style>
span { border-color: #492412; }
span { border-color: rgb(73,36,18); }
td.TdClassName
{
border-color: #492412;
}
.TagClassName
{
border-color: #492412;
}
</style>