Shades of Waiouru #484931
Tints of Waiouru #484931
RGB
CMYK
RGB Variations
Color information
#484931 (or 0x484931) is known color: Waiouru. HEX triplet: 48, 49 and 31. RGB value is (72,73,49). Sum of RGB (Red+Green+Blue) = 72+73+49=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #484931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484931 is #B7B6CE. Grayscale: #464646. Windows color (decimal): -12039887 or 3230024. OLE color: 3230024.
HSL color Cylindrical-coordinate representation of color #484931: hue angle of 62.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484931 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 49 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.71 |
| HSL | 62.5º | 0.2% | 0.24% | - |
| HSV(B) | 62.5º | 0.33% | 0.29% | - |
| XYZ | 5.61 | 6.36 | 3.84 | - |
| YUV | 69.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 49 | 0.01 | 0 | 0.33 | 0.71 | 62.5 | 0.2 | 0.24 |
| Hex | 48 | 49 | 31 | 1 | 0 | 21 | 47 | 3F | 14 | 18 |
| Octal | 110 | 111 | 61 | 1 | 0 | 41 | 107 | 77 | 24 | 30 |
| Binary | 1001000 | 1001001 | 110001 | 1 | 0 | 100001 | 1000111 | 111111 | 10100 | 11000 |
Color Harmonies of #484931
Complementary color
Monochromatic Colors of #484931
Black with #484931
Text Example
Text Example
White with #484931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484931; }
p { color: rgb(72,73,49); }
H1.HeaderClassName
{
color: #484931;
}
.AnyTagClassName
{
color: #484931;
}
</style>
background-color css
<style>
a { background-color: #484931; }
a { background-color: rgb(72,73,49); }
div.DivClassName
{
background-color: #484931;
}
.BgClassName
{
background-color: #484931;
}
</style>
border-color css
<style>
span { border-color: #484931; }
span { border-color: rgb(72,73,49); }
td.TdClassName
{
border-color: #484931;
}
.TagClassName
{
border-color: #484931;
}
</style>