Shades of Waiouru #52532C
Tints of Waiouru #52532C
RGB
CMYK
RGB Variations
Color information
#52532C (or 0x52532C) is known color: Waiouru. HEX triplet: 52, 53 and 2C. RGB value is (82,83,44). Sum of RGB (Red+Green+Blue) = 82+83+44=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #52532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52532C is #ADACD3. Grayscale: #4E4E4E. Windows color (decimal): -11381972 or 2904914. OLE color: 2904914.
HSL color Cylindrical-coordinate representation of color #52532C: hue angle of 61.54º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52532C is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 44 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.67 |
| HSL | 61.54º | 0.31% | 0.25% | - |
| HSV(B) | 61.54º | 0.47% | 0.33% | - |
| XYZ | 7.03 | 8.16 | 3.59 | - |
| YUV | 78.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 44 | 0.01 | 0 | 0.47 | 0.67 | 61.54 | 0.31 | 0.25 |
| Hex | 52 | 53 | 2C | 1 | 0 | 2F | 43 | 3E | 1F | 19 |
| Octal | 122 | 123 | 54 | 1 | 0 | 57 | 103 | 76 | 37 | 31 |
| Binary | 1010010 | 1010011 | 101100 | 1 | 0 | 101111 | 1000011 | 111110 | 11111 | 11001 |
Color Harmonies of #52532C
Complementary color
Monochromatic Colors of #52532C
Black with #52532C
Text Example
Text Example
White with #52532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52532C; }
p { color: rgb(82,83,44); }
H1.HeaderClassName
{
color: #52532C;
}
.AnyTagClassName
{
color: #52532C;
}
</style>
background-color css
<style>
a { background-color: #52532C; }
a { background-color: rgb(82,83,44); }
div.DivClassName
{
background-color: #52532C;
}
.BgClassName
{
background-color: #52532C;
}
</style>
border-color css
<style>
span { border-color: #52532C; }
span { border-color: rgb(82,83,44); }
td.TdClassName
{
border-color: #52532C;
}
.TagClassName
{
border-color: #52532C;
}
</style>