Shades of Waiouru #484932
Tints of Waiouru #484932
RGB
CMYK
RGB Variations
Color information
#484932 (or 0x484932) is known color: Waiouru. HEX triplet: 48, 49 and 32. RGB value is (72,73,50). Sum of RGB (Red+Green+Blue) = 72+73+50=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #484932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484932 is #B7B6CD. Grayscale: #464646. Windows color (decimal): -12039886 or 3295560. OLE color: 3295560.
HSL color Cylindrical-coordinate representation of color #484932: hue angle of 62.61º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484932 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 50 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.71 |
| HSL | 62.61º | 0.19% | 0.24% | - |
| HSV(B) | 62.61º | 0.32% | 0.29% | - |
| XYZ | 5.63 | 6.37 | 3.95 | - |
| YUV | 70.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 50 | 0.01 | 0 | 0.32 | 0.71 | 62.61 | 0.19 | 0.24 |
| Hex | 48 | 49 | 32 | 1 | 0 | 20 | 47 | 3F | 13 | 18 |
| Octal | 110 | 111 | 62 | 1 | 0 | 40 | 107 | 77 | 23 | 30 |
| Binary | 1001000 | 1001001 | 110010 | 1 | 0 | 100000 | 1000111 | 111111 | 10011 | 11000 |
Color Harmonies of #484932
Complementary color
Monochromatic Colors of #484932
Black with #484932
Text Example
Text Example
White with #484932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484932; }
p { color: rgb(72,73,50); }
H1.HeaderClassName
{
color: #484932;
}
.AnyTagClassName
{
color: #484932;
}
</style>
background-color css
<style>
a { background-color: #484932; }
a { background-color: rgb(72,73,50); }
div.DivClassName
{
background-color: #484932;
}
.BgClassName
{
background-color: #484932;
}
</style>
border-color css
<style>
span { border-color: #484932; }
span { border-color: rgb(72,73,50); }
td.TdClassName
{
border-color: #484932;
}
.TagClassName
{
border-color: #484932;
}
</style>