Shades of Woodrush #474530
Tints of Woodrush #474530
RGB
CMYK
RGB Variations
Color information
#474530 (or 0x474530) is known color: Woodrush. HEX triplet: 47, 45 and 30. RGB value is (71,69,48). Sum of RGB (Red+Green+Blue) = 71+69+48=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #474530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474530 is #B8BACF. Grayscale: #434343. Windows color (decimal): -12106448 or 3163463. OLE color: 3163463.
HSL color Cylindrical-coordinate representation of color #474530: hue angle of 54.78º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474530 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 48 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.72 |
| HSL | 54.78º | 0.19% | 0.23% | - |
| HSV(B) | 54.78º | 0.32% | 0.28% | - |
| XYZ | 5.26 | 5.81 | 3.64 | - |
| YUV | 67.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 48 | 0 | 0.03 | 0.32 | 0.72 | 54.78 | 0.19 | 0.23 |
| Hex | 47 | 45 | 30 | 0 | 3 | 20 | 48 | 37 | 13 | 17 |
| Octal | 107 | 105 | 60 | 0 | 3 | 40 | 110 | 67 | 23 | 27 |
| Binary | 1000111 | 1000101 | 110000 | 0 | 11 | 100000 | 1001000 | 110111 | 10011 | 10111 |
Color Harmonies of #474530
Complementary color
Monochromatic Colors of #474530
Black with #474530
Text Example
Text Example
White with #474530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474530; }
p { color: rgb(71,69,48); }
H1.HeaderClassName
{
color: #474530;
}
.AnyTagClassName
{
color: #474530;
}
</style>
background-color css
<style>
a { background-color: #474530; }
a { background-color: rgb(71,69,48); }
div.DivClassName
{
background-color: #474530;
}
.BgClassName
{
background-color: #474530;
}
</style>
border-color css
<style>
span { border-color: #474530; }
span { border-color: rgb(71,69,48); }
td.TdClassName
{
border-color: #474530;
}
.TagClassName
{
border-color: #474530;
}
</style>