Shades of Brown Pod #492008
Tints of Brown Pod #492008
RGB
CMYK
RGB Variations
Color information
#492008 (or 0x492008) is known color: Brown Pod. HEX triplet: 49, 20 and 08. RGB value is (73,32,8). Sum of RGB (Red+Green+Blue) = 73+32+8=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #492008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492008 is #B6DFF7. Grayscale: #292929. Windows color (decimal): -11984888 or 532553. OLE color: 532553.
HSL color Cylindrical-coordinate representation of color #492008: hue angle of 22.15º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #492008 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 8 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.71 |
| HSL | 22.15º | 0.8% | 0.16% | - |
| HSV(B) | 22.15º | 0.89% | 0.29% | - |
| XYZ | 3.31 | 2.47 | 0.53 | - |
| YUV | 41.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 8 | 0 | 0.56 | 0.89 | 0.71 | 22.15 | 0.8 | 0.16 |
| Hex | 49 | 20 | 8 | 0 | 38 | 59 | 47 | 16 | 50 | 10 |
| Octal | 111 | 40 | 10 | 0 | 70 | 131 | 107 | 26 | 120 | 20 |
| Binary | 1001001 | 100000 | 1000 | 0 | 111000 | 1011001 | 1000111 | 10110 | 1010000 | 10000 |
Color Harmonies of #492008
Complementary color
Monochromatic Colors of #492008
Black with #492008
Text Example
Text Example
White with #492008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492008; }
p { color: rgb(73,32,8); }
H1.HeaderClassName
{
color: #492008;
}
.AnyTagClassName
{
color: #492008;
}
</style>
background-color css
<style>
a { background-color: #492008; }
a { background-color: rgb(73,32,8); }
div.DivClassName
{
background-color: #492008;
}
.BgClassName
{
background-color: #492008;
}
</style>
border-color css
<style>
span { border-color: #492008; }
span { border-color: rgb(73,32,8); }
td.TdClassName
{
border-color: #492008;
}
.TagClassName
{
border-color: #492008;
}
</style>