Shades of Brown Pod #492107
Tints of Brown Pod #492107
RGB
CMYK
RGB Variations
Color information
#492107 (or 0x492107) is known color: Brown Pod. HEX triplet: 49, 21 and 07. RGB value is (73,33,7). Sum of RGB (Red+Green+Blue) = 73+33+7=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #492107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492107 is #B6DEF8. Grayscale: #2A2A2A. Windows color (decimal): -11984633 or 467273. OLE color: 467273.
HSL color Cylindrical-coordinate representation of color #492107: hue angle of 23.64º 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 #492107 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 7 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.71 |
| HSL | 23.64º | 0.83% | 0.16% | - |
| HSV(B) | 23.64º | 0.9% | 0.29% | - |
| XYZ | 3.33 | 2.52 | 0.51 | - |
| YUV | 42 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 7 | 0 | 0.55 | 0.90 | 0.71 | 23.64 | 0.83 | 0.16 |
| Hex | 49 | 21 | 7 | 0 | 37 | 5A | 47 | 18 | 52 | 10 |
| Octal | 111 | 41 | 7 | 0 | 67 | 132 | 107 | 30 | 122 | 20 |
| Binary | 1001001 | 100001 | 111 | 0 | 110111 | 1011010 | 1000111 | 11000 | 1010010 | 10000 |
Color Harmonies of #492107
Complementary color
Monochromatic Colors of #492107
Black with #492107
Text Example
Text Example
White with #492107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492107; }
p { color: rgb(73,33,7); }
H1.HeaderClassName
{
color: #492107;
}
.AnyTagClassName
{
color: #492107;
}
</style>
background-color css
<style>
a { background-color: #492107; }
a { background-color: rgb(73,33,7); }
div.DivClassName
{
background-color: #492107;
}
.BgClassName
{
background-color: #492107;
}
</style>
border-color css
<style>
span { border-color: #492107; }
span { border-color: rgb(73,33,7); }
td.TdClassName
{
border-color: #492107;
}
.TagClassName
{
border-color: #492107;
}
</style>