Shades of Waiouru #4D532F
Tints of Waiouru #4D532F
RGB
CMYK
RGB Variations
Color information
#4D532F (or 0x4D532F) is known color: Waiouru. HEX triplet: 4D, 53 and 2F. RGB value is (77,83,47). Sum of RGB (Red+Green+Blue) = 77+83+47=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #4D532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D532F is #B2ACD0. Grayscale: #4D4D4D. Windows color (decimal): -11709649 or 3101517. OLE color: 3101517.
HSL color Cylindrical-coordinate representation of color #4D532F: hue angle of 70º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D532F is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 47 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.67 |
| HSL | 70º | 0.28% | 0.25% | - |
| HSV(B) | 70º | 0.43% | 0.33% | - |
| XYZ | 6.67 | 7.97 | 3.88 | - |
| YUV | 77.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 47 | 0.07 | 0 | 0.43 | 0.67 | 70 | 0.28 | 0.25 |
| Hex | 4D | 53 | 2F | 7 | 0 | 2B | 43 | 46 | 1C | 19 |
| Octal | 115 | 123 | 57 | 7 | 0 | 53 | 103 | 106 | 34 | 31 |
| Binary | 1001101 | 1010011 | 101111 | 111 | 0 | 101011 | 1000011 | 1000110 | 11100 | 11001 |
Color Harmonies of #4D532F
Complementary color
Monochromatic Colors of #4D532F
Black with #4D532F
Text Example
Text Example
White with #4D532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D532F; }
p { color: rgb(77,83,47); }
H1.HeaderClassName
{
color: #4D532F;
}
.AnyTagClassName
{
color: #4D532F;
}
</style>
background-color css
<style>
a { background-color: #4D532F; }
a { background-color: rgb(77,83,47); }
div.DivClassName
{
background-color: #4D532F;
}
.BgClassName
{
background-color: #4D532F;
}
</style>
border-color css
<style>
span { border-color: #4D532F; }
span { border-color: rgb(77,83,47); }
td.TdClassName
{
border-color: #4D532F;
}
.TagClassName
{
border-color: #4D532F;
}
</style>