Shades of Waiouru #48492E
Tints of Waiouru #48492E
RGB
CMYK
RGB Variations
Color information
#48492E (or 0x48492E) is known color: Waiouru. HEX triplet: 48, 49 and 2E. RGB value is (72,73,46). Sum of RGB (Red+Green+Blue) = 72+73+46=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #48492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48492E is #B7B6D1. Grayscale: #454545. Windows color (decimal): -12039890 or 3033416. OLE color: 3033416.
HSL color Cylindrical-coordinate representation of color #48492E: hue angle of 62.22º 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 #48492E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 46 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.71 |
| HSL | 62.22º | 0.23% | 0.23% | - |
| HSV(B) | 62.22º | 0.37% | 0.29% | - |
| XYZ | 5.55 | 6.34 | 3.52 | - |
| YUV | 69.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 46 | 0.01 | 0 | 0.37 | 0.71 | 62.22 | 0.23 | 0.23 |
| Hex | 48 | 49 | 2E | 1 | 0 | 25 | 47 | 3E | 17 | 17 |
| Octal | 110 | 111 | 56 | 1 | 0 | 45 | 107 | 76 | 27 | 27 |
| Binary | 1001000 | 1001001 | 101110 | 1 | 0 | 100101 | 1000111 | 111110 | 10111 | 10111 |
Color Harmonies of #48492E
Complementary color
Monochromatic Colors of #48492E
Black with #48492E
Text Example
Text Example
White with #48492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48492E; }
p { color: rgb(72,73,46); }
H1.HeaderClassName
{
color: #48492E;
}
.AnyTagClassName
{
color: #48492E;
}
</style>
background-color css
<style>
a { background-color: #48492E; }
a { background-color: rgb(72,73,46); }
div.DivClassName
{
background-color: #48492E;
}
.BgClassName
{
background-color: #48492E;
}
</style>
border-color css
<style>
span { border-color: #48492E; }
span { border-color: rgb(72,73,46); }
td.TdClassName
{
border-color: #48492E;
}
.TagClassName
{
border-color: #48492E;
}
</style>