Shades of Waiouru #52542C
Tints of Waiouru #52542C
RGB
CMYK
RGB Variations
Color information
#52542C (or 0x52542C) is known color: Waiouru. HEX triplet: 52, 54 and 2C. RGB value is (82,84,44). Sum of RGB (Red+Green+Blue) = 82+84+44=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #52542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52542C is #ADABD3. Grayscale: #4F4F4F. Windows color (decimal): -11381716 or 2905170. OLE color: 2905170.
HSL color Cylindrical-coordinate representation of color #52542C: hue angle of 63º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52542C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 44 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.67 |
| HSL | 63º | 0.31% | 0.25% | - |
| HSV(B) | 63º | 0.48% | 0.33% | - |
| XYZ | 7.1 | 8.32 | 3.61 | - |
| YUV | 78.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 44 | 0.02 | 0 | 0.48 | 0.67 | 63 | 0.31 | 0.25 |
| Hex | 52 | 54 | 2C | 2 | 0 | 30 | 43 | 3F | 1F | 19 |
| Octal | 122 | 124 | 54 | 2 | 0 | 60 | 103 | 77 | 37 | 31 |
| Binary | 1010010 | 1010100 | 101100 | 10 | 0 | 110000 | 1000011 | 111111 | 11111 | 11001 |
Color Harmonies of #52542C
Complementary color
Monochromatic Colors of #52542C
Black with #52542C
Text Example
Text Example
White with #52542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52542C; }
p { color: rgb(82,84,44); }
H1.HeaderClassName
{
color: #52542C;
}
.AnyTagClassName
{
color: #52542C;
}
</style>
background-color css
<style>
a { background-color: #52542C; }
a { background-color: rgb(82,84,44); }
div.DivClassName
{
background-color: #52542C;
}
.BgClassName
{
background-color: #52542C;
}
</style>
border-color css
<style>
span { border-color: #52542C; }
span { border-color: rgb(82,84,44); }
td.TdClassName
{
border-color: #52542C;
}
.TagClassName
{
border-color: #52542C;
}
</style>