Shades of Woodrush #47452A
Tints of Woodrush #47452A
RGB
CMYK
RGB Variations
Color information
#47452A (or 0x47452A) is known color: Woodrush. HEX triplet: 47, 45 and 2A. RGB value is (71,69,42). Sum of RGB (Red+Green+Blue) = 71+69+42=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452A is #B8BAD5. Grayscale: #424242. Windows color (decimal): -12106454 or 2770247. OLE color: 2770247.
HSL color Cylindrical-coordinate representation of color #47452A: hue angle of 55.86º 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 #47452A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 42 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.72 |
| HSL | 55.86º | 0.26% | 0.22% | - |
| HSV(B) | 55.86º | 0.41% | 0.28% | - |
| XYZ | 5.14 | 5.76 | 3.03 | - |
| YUV | 66.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 42 | 0 | 0.03 | 0.41 | 0.72 | 55.86 | 0.26 | 0.22 |
| Hex | 47 | 45 | 2A | 0 | 3 | 29 | 48 | 38 | 1A | 16 |
| Octal | 107 | 105 | 52 | 0 | 3 | 51 | 110 | 70 | 32 | 26 |
| Binary | 1000111 | 1000101 | 101010 | 0 | 11 | 101001 | 1001000 | 111000 | 11010 | 10110 |
Color Harmonies of #47452A
Complementary color
Monochromatic Colors of #47452A
Black with #47452A
Text Example
Text Example
White with #47452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47452A; }
p { color: rgb(71,69,42); }
H1.HeaderClassName
{
color: #47452A;
}
.AnyTagClassName
{
color: #47452A;
}
</style>
background-color css
<style>
a { background-color: #47452A; }
a { background-color: rgb(71,69,42); }
div.DivClassName
{
background-color: #47452A;
}
.BgClassName
{
background-color: #47452A;
}
</style>
border-color css
<style>
span { border-color: #47452A; }
span { border-color: rgb(71,69,42); }
td.TdClassName
{
border-color: #47452A;
}
.TagClassName
{
border-color: #47452A;
}
</style>