Shades of Waiouru #4D532E
Tints of Waiouru #4D532E
RGB
CMYK
RGB Variations
Color information
#4D532E (or 0x4D532E) is known color: Waiouru. HEX triplet: 4D, 53 and 2E. RGB value is (77,83,46). Sum of RGB (Red+Green+Blue) = 77+83+46=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #4D532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D532E is #B2ACD1. Grayscale: #4D4D4D. Windows color (decimal): -11709650 or 3035981. OLE color: 3035981.
HSL color Cylindrical-coordinate representation of color #4D532E: hue angle of 69.73º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D532E is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 46 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.67 |
| HSL | 69.73º | 0.29% | 0.25% | - |
| HSV(B) | 69.73º | 0.45% | 0.33% | - |
| XYZ | 6.65 | 7.96 | 3.77 | - |
| YUV | 76.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 46 | 0.07 | 0 | 0.45 | 0.67 | 69.73 | 0.29 | 0.25 |
| Hex | 4D | 53 | 2E | 7 | 0 | 2D | 43 | 46 | 1D | 19 |
| Octal | 115 | 123 | 56 | 7 | 0 | 55 | 103 | 106 | 35 | 31 |
| Binary | 1001101 | 1010011 | 101110 | 111 | 0 | 101101 | 1000011 | 1000110 | 11101 | 11001 |
Color Harmonies of #4D532E
Complementary color
Monochromatic Colors of #4D532E
Black with #4D532E
Text Example
Text Example
White with #4D532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D532E; }
p { color: rgb(77,83,46); }
H1.HeaderClassName
{
color: #4D532E;
}
.AnyTagClassName
{
color: #4D532E;
}
</style>
background-color css
<style>
a { background-color: #4D532E; }
a { background-color: rgb(77,83,46); }
div.DivClassName
{
background-color: #4D532E;
}
.BgClassName
{
background-color: #4D532E;
}
</style>
border-color css
<style>
span { border-color: #4D532E; }
span { border-color: rgb(77,83,46); }
td.TdClassName
{
border-color: #4D532E;
}
.TagClassName
{
border-color: #4D532E;
}
</style>