Shades of Brown Pod #492207
Tints of Brown Pod #492207
RGB
CMYK
RGB Variations
Color information
#492207 (or 0x492207) is known color: Brown Pod. HEX triplet: 49, 22 and 07. RGB value is (73,34,7). Sum of RGB (Red+Green+Blue) = 73+34+7=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492207 is #B6DDF8. Grayscale: #2A2A2A. Windows color (decimal): -11984377 or 467529. OLE color: 467529.
HSL color Cylindrical-coordinate representation of color #492207: hue angle of 24.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #492207 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 7 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.71 |
| HSL | 24.55º | 0.83% | 0.16% | - |
| HSV(B) | 24.55º | 0.9% | 0.29% | - |
| XYZ | 3.36 | 2.58 | 0.52 | - |
| YUV | 42.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 7 | 0 | 0.53 | 0.90 | 0.71 | 24.55 | 0.83 | 0.16 |
| Hex | 49 | 22 | 7 | 0 | 35 | 5A | 47 | 19 | 52 | 10 |
| Octal | 111 | 42 | 7 | 0 | 65 | 132 | 107 | 31 | 122 | 20 |
| Binary | 1001001 | 100010 | 111 | 0 | 110101 | 1011010 | 1000111 | 11001 | 1010010 | 10000 |
Color Harmonies of #492207
Complementary color
Monochromatic Colors of #492207
Black with #492207
Text Example
Text Example
White with #492207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492207; }
p { color: rgb(73,34,7); }
H1.HeaderClassName
{
color: #492207;
}
.AnyTagClassName
{
color: #492207;
}
</style>
background-color css
<style>
a { background-color: #492207; }
a { background-color: rgb(73,34,7); }
div.DivClassName
{
background-color: #492207;
}
.BgClassName
{
background-color: #492207;
}
</style>
border-color css
<style>
span { border-color: #492207; }
span { border-color: rgb(73,34,7); }
td.TdClassName
{
border-color: #492207;
}
.TagClassName
{
border-color: #492207;
}
</style>