Shades of Waiouru #49492F
Tints of Waiouru #49492F
RGB
CMYK
RGB Variations
Color information
#49492F (or 0x49492F) is known color: Waiouru. HEX triplet: 49, 49 and 2F. RGB value is (73,73,47). Sum of RGB (Red+Green+Blue) = 73+73+47=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49492F is #B6B6D0. Grayscale: #464646. Windows color (decimal): -11974353 or 3098953. OLE color: 3098953.
HSL color Cylindrical-coordinate representation of color #49492F: hue angle of 60º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49492F is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 47 | - |
| CMYK | 0 | 0 | 0.36 | 0.71 |
| HSL | 60º | 0.22% | 0.24% | - |
| HSV(B) | 60º | 0.36% | 0.29% | - |
| XYZ | 5.64 | 6.39 | 3.62 | - |
| YUV | 70.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 47 | 0 | 0 | 0.36 | 0.71 | 60 | 0.22 | 0.24 |
| Hex | 49 | 49 | 2F | 0 | 0 | 24 | 47 | 3C | 16 | 18 |
| Octal | 111 | 111 | 57 | 0 | 0 | 44 | 107 | 74 | 26 | 30 |
| Binary | 1001001 | 1001001 | 101111 | 0 | 0 | 100100 | 1000111 | 111100 | 10110 | 11000 |
Color Harmonies of #49492F
Complementary color
Monochromatic Colors of #49492F
Black with #49492F
Text Example
Text Example
White with #49492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49492F; }
p { color: rgb(73,73,47); }
H1.HeaderClassName
{
color: #49492F;
}
.AnyTagClassName
{
color: #49492F;
}
</style>
background-color css
<style>
a { background-color: #49492F; }
a { background-color: rgb(73,73,47); }
div.DivClassName
{
background-color: #49492F;
}
.BgClassName
{
background-color: #49492F;
}
</style>
border-color css
<style>
span { border-color: #49492F; }
span { border-color: rgb(73,73,47); }
td.TdClassName
{
border-color: #49492F;
}
.TagClassName
{
border-color: #49492F;
}
</style>