Shades of Woodrush #47432C
Tints of Woodrush #47432C
RGB
CMYK
RGB Variations
Color information
#47432C (or 0x47432C) is known color: Woodrush. HEX triplet: 47, 43 and 2C. RGB value is (71,67,44). Sum of RGB (Red+Green+Blue) = 71+67+44=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47432C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47432C is #B8BCD3. Grayscale: #414141. Windows color (decimal): -12106964 or 2900807. OLE color: 2900807.
HSL color Cylindrical-coordinate representation of color #47432C: hue angle of 51.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47432C is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 44 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.72 |
| HSL | 51.11º | 0.23% | 0.23% | - |
| HSV(B) | 51.11º | 0.38% | 0.28% | - |
| XYZ | 5.06 | 5.54 | 3.18 | - |
| YUV | 65.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 44 | 0 | 0.06 | 0.38 | 0.72 | 51.11 | 0.23 | 0.23 |
| Hex | 47 | 43 | 2C | 0 | 6 | 26 | 48 | 33 | 17 | 17 |
| Octal | 107 | 103 | 54 | 0 | 6 | 46 | 110 | 63 | 27 | 27 |
| Binary | 1000111 | 1000011 | 101100 | 0 | 110 | 100110 | 1001000 | 110011 | 10111 | 10111 |
Color Harmonies of #47432C
Complementary color
Monochromatic Colors of #47432C
Black with #47432C
Text Example
Text Example
White with #47432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47432C; }
p { color: rgb(71,67,44); }
H1.HeaderClassName
{
color: #47432C;
}
.AnyTagClassName
{
color: #47432C;
}
</style>
background-color css
<style>
a { background-color: #47432C; }
a { background-color: rgb(71,67,44); }
div.DivClassName
{
background-color: #47432C;
}
.BgClassName
{
background-color: #47432C;
}
</style>
border-color css
<style>
span { border-color: #47432C; }
span { border-color: rgb(71,67,44); }
td.TdClassName
{
border-color: #47432C;
}
.TagClassName
{
border-color: #47432C;
}
</style>