Shades of Waiouru #4D542F
Tints of Waiouru #4D542F
RGB
CMYK
RGB Variations
Color information
#4D542F (or 0x4D542F) is known color: Waiouru. HEX triplet: 4D, 54 and 2F. RGB value is (77,84,47). Sum of RGB (Red+Green+Blue) = 77+84+47=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #4D542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D542F is #B2ABD0. Grayscale: #4D4D4D. Windows color (decimal): -11709393 or 3101773. OLE color: 3101773.
HSL color Cylindrical-coordinate representation of color #4D542F: hue angle of 71.35º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D542F is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 47 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.67 |
| HSL | 71.35º | 0.28% | 0.26% | - |
| HSV(B) | 71.35º | 0.44% | 0.33% | - |
| XYZ | 6.74 | 8.12 | 3.9 | - |
| YUV | 77.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 47 | 0.08 | 0 | 0.44 | 0.67 | 71.35 | 0.28 | 0.26 |
| Hex | 4D | 54 | 2F | 8 | 0 | 2C | 43 | 47 | 1C | 1A |
| Octal | 115 | 124 | 57 | 10 | 0 | 54 | 103 | 107 | 34 | 32 |
| Binary | 1001101 | 1010100 | 101111 | 1000 | 0 | 101100 | 1000011 | 1000111 | 11100 | 11010 |
Color Harmonies of #4D542F
Complementary color
Monochromatic Colors of #4D542F
Black with #4D542F
Text Example
Text Example
White with #4D542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D542F; }
p { color: rgb(77,84,47); }
H1.HeaderClassName
{
color: #4D542F;
}
.AnyTagClassName
{
color: #4D542F;
}
</style>
background-color css
<style>
a { background-color: #4D542F; }
a { background-color: rgb(77,84,47); }
div.DivClassName
{
background-color: #4D542F;
}
.BgClassName
{
background-color: #4D542F;
}
</style>
border-color css
<style>
span { border-color: #4D542F; }
span { border-color: rgb(77,84,47); }
td.TdClassName
{
border-color: #4D542F;
}
.TagClassName
{
border-color: #4D542F;
}
</style>