Shades of Woodrush #474223
Tints of Woodrush #474223
RGB
CMYK
RGB Variations
Color information
#474223 (or 0x474223) is known color: Woodrush. HEX triplet: 47, 42 and 23. RGB value is (71,66,35). Sum of RGB (Red+Green+Blue) = 71+66+35=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #474223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474223 is #B8BDDC. Grayscale: #404040. Windows color (decimal): -12107229 or 2310727. OLE color: 2310727.
HSL color Cylindrical-coordinate representation of color #474223: hue angle of 51.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474223 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 35 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.72 |
| HSL | 51.67º | 0.34% | 0.21% | - |
| HSV(B) | 51.67º | 0.51% | 0.28% | - |
| XYZ | 4.85 | 5.36 | 2.37 | - |
| YUV | 63.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 35 | 0 | 0.07 | 0.51 | 0.72 | 51.67 | 0.34 | 0.21 |
| Hex | 47 | 42 | 23 | 0 | 7 | 33 | 48 | 34 | 22 | 15 |
| Octal | 107 | 102 | 43 | 0 | 7 | 63 | 110 | 64 | 42 | 25 |
| Binary | 1000111 | 1000010 | 100011 | 0 | 111 | 110011 | 1001000 | 110100 | 100010 | 10101 |
Color Harmonies of #474223
Complementary color
Monochromatic Colors of #474223
Black with #474223
Text Example
Text Example
White with #474223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474223; }
p { color: rgb(71,66,35); }
H1.HeaderClassName
{
color: #474223;
}
.AnyTagClassName
{
color: #474223;
}
</style>
background-color css
<style>
a { background-color: #474223; }
a { background-color: rgb(71,66,35); }
div.DivClassName
{
background-color: #474223;
}
.BgClassName
{
background-color: #474223;
}
</style>
border-color css
<style>
span { border-color: #474223; }
span { border-color: rgb(71,66,35); }
td.TdClassName
{
border-color: #474223;
}
.TagClassName
{
border-color: #474223;
}
</style>