Shades of Waiouru #50522B
Tints of Waiouru #50522B
RGB
CMYK
RGB Variations
Color information
#50522B (or 0x50522B) is known color: Waiouru. HEX triplet: 50, 52 and 2B. RGB value is (80,82,43). Sum of RGB (Red+Green+Blue) = 80+82+43=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #50522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50522B is #AFADD4. Grayscale: #4D4D4D. Windows color (decimal): -11513301 or 2839120. OLE color: 2839120.
HSL color Cylindrical-coordinate representation of color #50522B: hue angle of 63.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50522B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 43 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.68 |
| HSL | 63.08º | 0.31% | 0.25% | - |
| HSV(B) | 63.08º | 0.48% | 0.32% | - |
| XYZ | 6.76 | 7.91 | 3.46 | - |
| YUV | 76.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 43 | 0.02 | 0 | 0.48 | 0.68 | 63.08 | 0.31 | 0.25 |
| Hex | 50 | 52 | 2B | 2 | 0 | 30 | 44 | 3F | 1F | 19 |
| Octal | 120 | 122 | 53 | 2 | 0 | 60 | 104 | 77 | 37 | 31 |
| Binary | 1010000 | 1010010 | 101011 | 10 | 0 | 110000 | 1000100 | 111111 | 11111 | 11001 |
Color Harmonies of #50522B
Complementary color
Monochromatic Colors of #50522B
Black with #50522B
Text Example
Text Example
White with #50522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50522B; }
p { color: rgb(80,82,43); }
H1.HeaderClassName
{
color: #50522B;
}
.AnyTagClassName
{
color: #50522B;
}
</style>
background-color css
<style>
a { background-color: #50522B; }
a { background-color: rgb(80,82,43); }
div.DivClassName
{
background-color: #50522B;
}
.BgClassName
{
background-color: #50522B;
}
</style>
border-color css
<style>
span { border-color: #50522B; }
span { border-color: rgb(80,82,43); }
td.TdClassName
{
border-color: #50522B;
}
.TagClassName
{
border-color: #50522B;
}
</style>