Shades of Woodrush #47432A
Tints of Woodrush #47432A
RGB
CMYK
RGB Variations
Color information
#47432A (or 0x47432A) is known color: Woodrush. HEX triplet: 47, 43 and 2A. RGB value is (71,67,42). Sum of RGB (Red+Green+Blue) = 71+67+42=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #47432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47432A is #B8BCD5. Grayscale: #414141. Windows color (decimal): -12106966 or 2769735. OLE color: 2769735.
HSL color Cylindrical-coordinate representation of color #47432A: hue angle of 51.72º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47432A is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 42 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.72 |
| HSL | 51.72º | 0.26% | 0.22% | - |
| HSV(B) | 51.72º | 0.41% | 0.28% | - |
| XYZ | 5.02 | 5.52 | 2.99 | - |
| YUV | 65.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 42 | 0 | 0.06 | 0.41 | 0.72 | 51.72 | 0.26 | 0.22 |
| Hex | 47 | 43 | 2A | 0 | 6 | 29 | 48 | 34 | 1A | 16 |
| Octal | 107 | 103 | 52 | 0 | 6 | 51 | 110 | 64 | 32 | 26 |
| Binary | 1000111 | 1000011 | 101010 | 0 | 110 | 101001 | 1001000 | 110100 | 11010 | 10110 |
Color Harmonies of #47432A
Complementary color
Monochromatic Colors of #47432A
Black with #47432A
Text Example
Text Example
White with #47432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47432A; }
p { color: rgb(71,67,42); }
H1.HeaderClassName
{
color: #47432A;
}
.AnyTagClassName
{
color: #47432A;
}
</style>
background-color css
<style>
a { background-color: #47432A; }
a { background-color: rgb(71,67,42); }
div.DivClassName
{
background-color: #47432A;
}
.BgClassName
{
background-color: #47432A;
}
</style>
border-color css
<style>
span { border-color: #47432A; }
span { border-color: rgb(71,67,42); }
td.TdClassName
{
border-color: #47432A;
}
.TagClassName
{
border-color: #47432A;
}
</style>