Shades of Waiouru #4C522C
Tints of Waiouru #4C522C
RGB
CMYK
RGB Variations
Color information
#4C522C (or 0x4C522C) is known color: Waiouru. HEX triplet: 4C, 52 and 2C. RGB value is (76,82,44). Sum of RGB (Red+Green+Blue) = 76+82+44=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #4C522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C522C is #B3ADD3. Grayscale: #4C4C4C. Windows color (decimal): -11775444 or 2904652. OLE color: 2904652.
HSL color Cylindrical-coordinate representation of color #4C522C: hue angle of 69.47º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C522C is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 82 | 44 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.68 |
| HSL | 69.47º | 0.3% | 0.25% | - |
| HSV(B) | 69.47º | 0.46% | 0.32% | - |
| XYZ | 6.45 | 7.75 | 3.54 | - |
| YUV | 75.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 44 | 0.07 | 0 | 0.46 | 0.68 | 69.47 | 0.3 | 0.25 |
| Hex | 4C | 52 | 2C | 7 | 0 | 2E | 44 | 45 | 1E | 19 |
| Octal | 114 | 122 | 54 | 7 | 0 | 56 | 104 | 105 | 36 | 31 |
| Binary | 1001100 | 1010010 | 101100 | 111 | 0 | 101110 | 1000100 | 1000101 | 11110 | 11001 |
Color Harmonies of #4C522C
Complementary color
Monochromatic Colors of #4C522C
Black with #4C522C
Text Example
Text Example
White with #4C522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C522C; }
p { color: rgb(76,82,44); }
H1.HeaderClassName
{
color: #4C522C;
}
.AnyTagClassName
{
color: #4C522C;
}
</style>
background-color css
<style>
a { background-color: #4C522C; }
a { background-color: rgb(76,82,44); }
div.DivClassName
{
background-color: #4C522C;
}
.BgClassName
{
background-color: #4C522C;
}
</style>
border-color css
<style>
span { border-color: #4C522C; }
span { border-color: rgb(76,82,44); }
td.TdClassName
{
border-color: #4C522C;
}
.TagClassName
{
border-color: #4C522C;
}
</style>