Shades of Waiouru #49492B
Tints of Waiouru #49492B
RGB
CMYK
RGB Variations
Color information
#49492B (or 0x49492B) is known color: Waiouru. HEX triplet: 49, 49 and 2B. RGB value is (73,73,43). Sum of RGB (Red+Green+Blue) = 73+73+43=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49492B is #B6B6D4. Grayscale: #454545. Windows color (decimal): -11974357 or 2836809. OLE color: 2836809.
HSL color Cylindrical-coordinate representation of color #49492B: hue angle of 60º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49492B is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 73 | 43 | - |
CMYK | 0 | 0 | 0.41 | 0.71 |
HSL | 60º | 0.26% | 0.23% | - |
HSV(B) | 60º | 0.41% | 0.29% | - |
XYZ | 5.57 | 6.36 | 3.22 | - |
YUV | 69.58 | 113 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 73 | 43 | 0 | 0 | 0.41 | 0.71 | 60 | 0.26 | 0.23 |
Hex | 49 | 49 | 2B | 0 | 0 | 29 | 47 | 3C | 1A | 17 |
Octal | 111 | 111 | 53 | 0 | 0 | 51 | 107 | 74 | 32 | 27 |
Binary | 1001001 | 1001001 | 101011 | 0 | 0 | 101001 | 1000111 | 111100 | 11010 | 10111 |
Color Harmonies of #49492B
Complementary color
Monochromatic Colors of #49492B
Black with #49492B
Text Example
Text Example
White with #49492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49492B; }
p { color: rgb(73,73,43); }
H1.HeaderClassName
{
color: #49492B;
}
.AnyTagClassName
{
color: #49492B;
}
</style>
background-color css
<style>
a { background-color: #49492B; }
a { background-color: rgb(73,73,43); }
div.DivClassName
{
background-color: #49492B;
}
.BgClassName
{
background-color: #49492B;
}
</style>
border-color css
<style>
span { border-color: #49492B; }
span { border-color: rgb(73,73,43); }
td.TdClassName
{
border-color: #49492B;
}
.TagClassName
{
border-color: #49492B;
}
</style>