Shades of Waiouru #4D4D27
Tints of Waiouru #4D4D27
RGB
CMYK
RGB Variations
Color information
#4D4D27 (or 0x4D4D27) is known color: Waiouru. HEX triplet: 4D, 4D and 27. RGB value is (77,77,39). Sum of RGB (Red+Green+Blue) = 77+77+39=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D27 is #B2B2D8. Grayscale: #484848. Windows color (decimal): -11711193 or 2575693. OLE color: 2575693.
HSL color Cylindrical-coordinate representation of color #4D4D27: hue angle of 60º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D4D27 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 77 | 39 | - |
| CMYK | 0 | 0 | 0.49 | 0.70 |
| HSL | 60º | 0.33% | 0.23% | - |
| HSV(B) | 60º | 0.49% | 0.3% | - |
| XYZ | 6.08 | 7.03 | 2.96 | - |
| YUV | 72.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 77 | 39 | 0 | 0 | 0.49 | 0.70 | 60 | 0.33 | 0.23 |
| Hex | 4D | 4D | 27 | 0 | 0 | 31 | 46 | 3C | 21 | 17 |
| Octal | 115 | 115 | 47 | 0 | 0 | 61 | 106 | 74 | 41 | 27 |
| Binary | 1001101 | 1001101 | 100111 | 0 | 0 | 110001 | 1000110 | 111100 | 100001 | 10111 |
Color Harmonies of #4D4D27
Complementary color
Monochromatic Colors of #4D4D27
Black with #4D4D27
Text Example
Text Example
White with #4D4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D27; }
p { color: rgb(77,77,39); }
H1.HeaderClassName
{
color: #4D4D27;
}
.AnyTagClassName
{
color: #4D4D27;
}
</style>
background-color css
<style>
a { background-color: #4D4D27; }
a { background-color: rgb(77,77,39); }
div.DivClassName
{
background-color: #4D4D27;
}
.BgClassName
{
background-color: #4D4D27;
}
</style>
border-color css
<style>
span { border-color: #4D4D27; }
span { border-color: rgb(77,77,39); }
td.TdClassName
{
border-color: #4D4D27;
}
.TagClassName
{
border-color: #4D4D27;
}
</style>