Shades of Brown Pod #492005
Tints of Brown Pod #492005
RGB
CMYK
RGB Variations
Color information
#492005 (or 0x492005) is known color: Brown Pod. HEX triplet: 49, 20 and 05. RGB value is (73,32,5). Sum of RGB (Red+Green+Blue) = 73+32+5=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492005 is #B6DFFA. Grayscale: #292929. Windows color (decimal): -11984891 or 335945. OLE color: 335945.
HSL color Cylindrical-coordinate representation of color #492005: hue angle of 23.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #492005 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 5 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.71 |
| HSL | 23.82º | 0.87% | 0.15% | - |
| HSV(B) | 23.82º | 0.93% | 0.29% | - |
| XYZ | 3.29 | 2.46 | 0.45 | - |
| YUV | 41.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 5 | 0 | 0.56 | 0.93 | 0.71 | 23.82 | 0.87 | 0.15 |
| Hex | 49 | 20 | 5 | 0 | 38 | 5D | 47 | 18 | 57 | F |
| Octal | 111 | 40 | 5 | 0 | 70 | 135 | 107 | 30 | 127 | 17 |
| Binary | 1001001 | 100000 | 101 | 0 | 111000 | 1011101 | 1000111 | 11000 | 1010111 | 1111 |
Color Harmonies of #492005
Complementary color
Monochromatic Colors of #492005
Black with #492005
Text Example
Text Example
White with #492005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492005; }
p { color: rgb(73,32,5); }
H1.HeaderClassName
{
color: #492005;
}
.AnyTagClassName
{
color: #492005;
}
</style>
background-color css
<style>
a { background-color: #492005; }
a { background-color: rgb(73,32,5); }
div.DivClassName
{
background-color: #492005;
}
.BgClassName
{
background-color: #492005;
}
</style>
border-color css
<style>
span { border-color: #492005; }
span { border-color: rgb(73,32,5); }
td.TdClassName
{
border-color: #492005;
}
.TagClassName
{
border-color: #492005;
}
</style>