Shades of Woodrush #474331
Tints of Woodrush #474331
RGB
CMYK
RGB Variations
Color information
#474331 (or 0x474331) is known color: Woodrush. HEX triplet: 47, 43 and 31. RGB value is (71,67,49). Sum of RGB (Red+Green+Blue) = 71+67+49=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474331 is #B8BCCE. Grayscale: #424242. Windows color (decimal): -12106959 or 3228487. OLE color: 3228487.
HSL color Cylindrical-coordinate representation of color #474331: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474331 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 49 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.72 |
| HSL | 49.09º | 0.18% | 0.24% | - |
| HSV(B) | 49.09º | 0.31% | 0.28% | - |
| XYZ | 5.16 | 5.58 | 3.71 | - |
| YUV | 66.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 49 | 0 | 0.06 | 0.31 | 0.72 | 49.09 | 0.18 | 0.24 |
| Hex | 47 | 43 | 31 | 0 | 6 | 1F | 48 | 31 | 12 | 18 |
| Octal | 107 | 103 | 61 | 0 | 6 | 37 | 110 | 61 | 22 | 30 |
| Binary | 1000111 | 1000011 | 110001 | 0 | 110 | 11111 | 1001000 | 110001 | 10010 | 11000 |
Color Harmonies of #474331
Complementary color
Monochromatic Colors of #474331
Black with #474331
Text Example
Text Example
White with #474331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474331; }
p { color: rgb(71,67,49); }
H1.HeaderClassName
{
color: #474331;
}
.AnyTagClassName
{
color: #474331;
}
</style>
background-color css
<style>
a { background-color: #474331; }
a { background-color: rgb(71,67,49); }
div.DivClassName
{
background-color: #474331;
}
.BgClassName
{
background-color: #474331;
}
</style>
border-color css
<style>
span { border-color: #474331; }
span { border-color: rgb(71,67,49); }
td.TdClassName
{
border-color: #474331;
}
.TagClassName
{
border-color: #474331;
}
</style>