Shades of Waiouru #52532B
Tints of Waiouru #52532B
RGB
CMYK
RGB Variations
Color information
#52532B (or 0x52532B) is known color: Waiouru. HEX triplet: 52, 53 and 2B. RGB value is (82,83,43). Sum of RGB (Red+Green+Blue) = 82+83+43=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #52532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52532B is #ADACD4. Grayscale: #4E4E4E. Windows color (decimal): -11381973 or 2839378. OLE color: 2839378.
HSL color Cylindrical-coordinate representation of color #52532B: hue angle of 61.5º degrees, saturation: 0.32, 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 #52532B is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 43 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.67 |
| HSL | 61.5º | 0.32% | 0.25% | - |
| HSV(B) | 61.5º | 0.48% | 0.33% | - |
| XYZ | 7.01 | 8.15 | 3.49 | - |
| YUV | 78.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 43 | 0.01 | 0 | 0.48 | 0.67 | 61.5 | 0.32 | 0.25 |
| Hex | 52 | 53 | 2B | 1 | 0 | 30 | 43 | 3E | 20 | 19 |
| Octal | 122 | 123 | 53 | 1 | 0 | 60 | 103 | 76 | 40 | 31 |
| Binary | 1010010 | 1010011 | 101011 | 1 | 0 | 110000 | 1000011 | 111110 | 100000 | 11001 |
Color Harmonies of #52532B
Complementary color
Monochromatic Colors of #52532B
Black with #52532B
Text Example
Text Example
White with #52532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52532B; }
p { color: rgb(82,83,43); }
H1.HeaderClassName
{
color: #52532B;
}
.AnyTagClassName
{
color: #52532B;
}
</style>
background-color css
<style>
a { background-color: #52532B; }
a { background-color: rgb(82,83,43); }
div.DivClassName
{
background-color: #52532B;
}
.BgClassName
{
background-color: #52532B;
}
</style>
border-color css
<style>
span { border-color: #52532B; }
span { border-color: rgb(82,83,43); }
td.TdClassName
{
border-color: #52532B;
}
.TagClassName
{
border-color: #52532B;
}
</style>