Shades of Woodrush #474325
Tints of Woodrush #474325
RGB
CMYK
RGB Variations
Color information
#474325 (or 0x474325) is known color: Woodrush. HEX triplet: 47, 43 and 25. RGB value is (71,67,37). Sum of RGB (Red+Green+Blue) = 71+67+37=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474325 is #B8BCDA. Grayscale: #404040. Windows color (decimal): -12106971 or 2442055. OLE color: 2442055.
HSL color Cylindrical-coordinate representation of color #474325: hue angle of 52.94º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #474325 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 37 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.72 |
| HSL | 52.94º | 0.31% | 0.21% | - |
| HSV(B) | 52.94º | 0.48% | 0.28% | - |
| XYZ | 4.94 | 5.49 | 2.55 | - |
| YUV | 64.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 37 | 0 | 0.06 | 0.48 | 0.72 | 52.94 | 0.31 | 0.21 |
| Hex | 47 | 43 | 25 | 0 | 6 | 30 | 48 | 35 | 1F | 15 |
| Octal | 107 | 103 | 45 | 0 | 6 | 60 | 110 | 65 | 37 | 25 |
| Binary | 1000111 | 1000011 | 100101 | 0 | 110 | 110000 | 1001000 | 110101 | 11111 | 10101 |
Color Harmonies of #474325
Complementary color
Monochromatic Colors of #474325
Black with #474325
Text Example
Text Example
White with #474325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474325; }
p { color: rgb(71,67,37); }
H1.HeaderClassName
{
color: #474325;
}
.AnyTagClassName
{
color: #474325;
}
</style>
background-color css
<style>
a { background-color: #474325; }
a { background-color: rgb(71,67,37); }
div.DivClassName
{
background-color: #474325;
}
.BgClassName
{
background-color: #474325;
}
</style>
border-color css
<style>
span { border-color: #474325; }
span { border-color: rgb(71,67,37); }
td.TdClassName
{
border-color: #474325;
}
.TagClassName
{
border-color: #474325;
}
</style>