Shades of Woodrush #494533
Tints of Woodrush #494533
RGB
CMYK
RGB Variations
Color information
#494533 (or 0x494533) is known color: Woodrush. HEX triplet: 49, 45 and 33. RGB value is (73,69,51). Sum of RGB (Red+Green+Blue) = 73+69+51=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494533 is #B6BACC. Grayscale: #444444. Windows color (decimal): -11975373 or 3360073. OLE color: 3360073.
HSL color Cylindrical-coordinate representation of color #494533: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494533 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 51 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.71 |
| HSL | 49.09º | 0.18% | 0.24% | - |
| HSV(B) | 49.09º | 0.3% | 0.29% | - |
| XYZ | 5.47 | 5.91 | 3.98 | - |
| YUV | 68.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 51 | 0 | 0.05 | 0.30 | 0.71 | 49.09 | 0.18 | 0.24 |
| Hex | 49 | 45 | 33 | 0 | 5 | 1E | 47 | 31 | 12 | 18 |
| Octal | 111 | 105 | 63 | 0 | 5 | 36 | 107 | 61 | 22 | 30 |
| Binary | 1001001 | 1000101 | 110011 | 0 | 101 | 11110 | 1000111 | 110001 | 10010 | 11000 |
Color Harmonies of #494533
Complementary color
Monochromatic Colors of #494533
Black with #494533
Text Example
Text Example
White with #494533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494533; }
p { color: rgb(73,69,51); }
H1.HeaderClassName
{
color: #494533;
}
.AnyTagClassName
{
color: #494533;
}
</style>
background-color css
<style>
a { background-color: #494533; }
a { background-color: rgb(73,69,51); }
div.DivClassName
{
background-color: #494533;
}
.BgClassName
{
background-color: #494533;
}
</style>
border-color css
<style>
span { border-color: #494533; }
span { border-color: rgb(73,69,51); }
td.TdClassName
{
border-color: #494533;
}
.TagClassName
{
border-color: #494533;
}
</style>