Shades of Waiouru #50522F
Tints of Waiouru #50522F
RGB
CMYK
RGB Variations
Color information
#50522F (or 0x50522F) is known color: Waiouru. HEX triplet: 50, 52 and 2F. RGB value is (80,82,47). Sum of RGB (Red+Green+Blue) = 80+82+47=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #50522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50522F is #AFADD0. Grayscale: #4D4D4D. Windows color (decimal): -11513297 or 3101264. OLE color: 3101264.
HSL color Cylindrical-coordinate representation of color #50522F: hue angle of 63.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50522F is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 47 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.68 |
| HSL | 63.43º | 0.27% | 0.25% | - |
| HSV(B) | 63.43º | 0.43% | 0.32% | - |
| XYZ | 6.84 | 7.95 | 3.86 | - |
| YUV | 77.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 47 | 0.02 | 0 | 0.43 | 0.68 | 63.43 | 0.27 | 0.25 |
| Hex | 50 | 52 | 2F | 2 | 0 | 2B | 44 | 3F | 1B | 19 |
| Octal | 120 | 122 | 57 | 2 | 0 | 53 | 104 | 77 | 33 | 31 |
| Binary | 1010000 | 1010010 | 101111 | 10 | 0 | 101011 | 1000100 | 111111 | 11011 | 11001 |
Color Harmonies of #50522F
Complementary color
Monochromatic Colors of #50522F
Black with #50522F
Text Example
Text Example
White with #50522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50522F; }
p { color: rgb(80,82,47); }
H1.HeaderClassName
{
color: #50522F;
}
.AnyTagClassName
{
color: #50522F;
}
</style>
background-color css
<style>
a { background-color: #50522F; }
a { background-color: rgb(80,82,47); }
div.DivClassName
{
background-color: #50522F;
}
.BgClassName
{
background-color: #50522F;
}
</style>
border-color css
<style>
span { border-color: #50522F; }
span { border-color: rgb(80,82,47); }
td.TdClassName
{
border-color: #50522F;
}
.TagClassName
{
border-color: #50522F;
}
</style>