Shades of Waiouru #52542D
Tints of Waiouru #52542D
RGB
CMYK
RGB Variations
Color information
#52542D (or 0x52542D) is known color: Waiouru. HEX triplet: 52, 54 and 2D. RGB value is (82,84,45). Sum of RGB (Red+Green+Blue) = 82+84+45=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #52542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52542D is #ADABD2. Grayscale: #4F4F4F. Windows color (decimal): -11381715 or 2970706. OLE color: 2970706.
HSL color Cylindrical-coordinate representation of color #52542D: hue angle of 63.08º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52542D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 45 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.67 |
| HSL | 63.08º | 0.3% | 0.25% | - |
| HSV(B) | 63.08º | 0.46% | 0.33% | - |
| XYZ | 7.12 | 8.32 | 3.71 | - |
| YUV | 78.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 45 | 0.02 | 0 | 0.46 | 0.67 | 63.08 | 0.3 | 0.25 |
| Hex | 52 | 54 | 2D | 2 | 0 | 2E | 43 | 3F | 1E | 19 |
| Octal | 122 | 124 | 55 | 2 | 0 | 56 | 103 | 77 | 36 | 31 |
| Binary | 1010010 | 1010100 | 101101 | 10 | 0 | 101110 | 1000011 | 111111 | 11110 | 11001 |
Color Harmonies of #52542D
Complementary color
Monochromatic Colors of #52542D
Black with #52542D
Text Example
Text Example
White with #52542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52542D; }
p { color: rgb(82,84,45); }
H1.HeaderClassName
{
color: #52542D;
}
.AnyTagClassName
{
color: #52542D;
}
</style>
background-color css
<style>
a { background-color: #52542D; }
a { background-color: rgb(82,84,45); }
div.DivClassName
{
background-color: #52542D;
}
.BgClassName
{
background-color: #52542D;
}
</style>
border-color css
<style>
span { border-color: #52542D; }
span { border-color: rgb(82,84,45); }
td.TdClassName
{
border-color: #52542D;
}
.TagClassName
{
border-color: #52542D;
}
</style>