Shades of Waiouru #47492E
Tints of Waiouru #47492E
RGB
CMYK
RGB Variations
Color information
#47492E (or 0x47492E) is known color: Waiouru. HEX triplet: 47, 49 and 2E. RGB value is (71,73,46). Sum of RGB (Red+Green+Blue) = 71+73+46=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #47492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47492E is #B8B6D1. Grayscale: #454545. Windows color (decimal): -12105426 or 3033415. OLE color: 3033415.
HSL color Cylindrical-coordinate representation of color #47492E: hue angle of 64.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47492E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 46 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.71 |
| HSL | 64.44º | 0.23% | 0.23% | - |
| HSV(B) | 64.44º | 0.37% | 0.29% | - |
| XYZ | 5.47 | 6.3 | 3.51 | - |
| YUV | 69.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 46 | 0.03 | 0 | 0.37 | 0.71 | 64.44 | 0.23 | 0.23 |
| Hex | 47 | 49 | 2E | 3 | 0 | 25 | 47 | 40 | 17 | 17 |
| Octal | 107 | 111 | 56 | 3 | 0 | 45 | 107 | 100 | 27 | 27 |
| Binary | 1000111 | 1001001 | 101110 | 11 | 0 | 100101 | 1000111 | 1000000 | 10111 | 10111 |
Color Harmonies of #47492E
Complementary color
Monochromatic Colors of #47492E
Black with #47492E
Text Example
Text Example
White with #47492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47492E; }
p { color: rgb(71,73,46); }
H1.HeaderClassName
{
color: #47492E;
}
.AnyTagClassName
{
color: #47492E;
}
</style>
background-color css
<style>
a { background-color: #47492E; }
a { background-color: rgb(71,73,46); }
div.DivClassName
{
background-color: #47492E;
}
.BgClassName
{
background-color: #47492E;
}
</style>
border-color css
<style>
span { border-color: #47492E; }
span { border-color: rgb(71,73,46); }
td.TdClassName
{
border-color: #47492E;
}
.TagClassName
{
border-color: #47492E;
}
</style>