Shades of Brown Pod #492007
Tints of Brown Pod #492007
RGB
CMYK
RGB Variations
Color information
#492007 (or 0x492007) is known color: Brown Pod. HEX triplet: 49, 20 and 07. RGB value is (73,32,7). Sum of RGB (Red+Green+Blue) = 73+32+7=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #492007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492007 is #B6DFF8. Grayscale: #292929. Windows color (decimal): -11984889 or 467017. OLE color: 467017.
HSL color Cylindrical-coordinate representation of color #492007: hue angle of 22.73º 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 #492007 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 7 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.71 |
| HSL | 22.73º | 0.83% | 0.16% | - |
| HSV(B) | 22.73º | 0.9% | 0.29% | - |
| XYZ | 3.3 | 2.46 | 0.5 | - |
| YUV | 41.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 7 | 0 | 0.56 | 0.90 | 0.71 | 22.73 | 0.83 | 0.16 |
| Hex | 49 | 20 | 7 | 0 | 38 | 5A | 47 | 17 | 52 | 10 |
| Octal | 111 | 40 | 7 | 0 | 70 | 132 | 107 | 27 | 122 | 20 |
| Binary | 1001001 | 100000 | 111 | 0 | 111000 | 1011010 | 1000111 | 10111 | 1010010 | 10000 |
Color Harmonies of #492007
Complementary color
Monochromatic Colors of #492007
Black with #492007
Text Example
Text Example
White with #492007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492007; }
p { color: rgb(73,32,7); }
H1.HeaderClassName
{
color: #492007;
}
.AnyTagClassName
{
color: #492007;
}
</style>
background-color css
<style>
a { background-color: #492007; }
a { background-color: rgb(73,32,7); }
div.DivClassName
{
background-color: #492007;
}
.BgClassName
{
background-color: #492007;
}
</style>
border-color css
<style>
span { border-color: #492007; }
span { border-color: rgb(73,32,7); }
td.TdClassName
{
border-color: #492007;
}
.TagClassName
{
border-color: #492007;
}
</style>