Shades of Waiouru #4D502A
Tints of Waiouru #4D502A
RGB
CMYK
RGB Variations
Color information
#4D502A (or 0x4D502A) is known color: Waiouru. HEX triplet: 4D, 50 and 2A. RGB value is (77,80,42). Sum of RGB (Red+Green+Blue) = 77+80+42=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #4D502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D502A is #B2AFD5. Grayscale: #4A4A4A. Windows color (decimal): -11710422 or 2773069. OLE color: 2773069.
HSL color Cylindrical-coordinate representation of color #4D502A: hue angle of 64.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D502A is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 42 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.69 |
| HSL | 64.74º | 0.31% | 0.24% | - |
| HSV(B) | 64.74º | 0.48% | 0.31% | - |
| XYZ | 6.35 | 7.48 | 3.3 | - |
| YUV | 74.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 42 | 0.04 | 0 | 0.48 | 0.69 | 64.74 | 0.31 | 0.24 |
| Hex | 4D | 50 | 2A | 4 | 0 | 30 | 45 | 41 | 1F | 18 |
| Octal | 115 | 120 | 52 | 4 | 0 | 60 | 105 | 101 | 37 | 30 |
| Binary | 1001101 | 1010000 | 101010 | 100 | 0 | 110000 | 1000101 | 1000001 | 11111 | 11000 |
Color Harmonies of #4D502A
Complementary color
Monochromatic Colors of #4D502A
Black with #4D502A
Text Example
Text Example
White with #4D502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D502A; }
p { color: rgb(77,80,42); }
H1.HeaderClassName
{
color: #4D502A;
}
.AnyTagClassName
{
color: #4D502A;
}
</style>
background-color css
<style>
a { background-color: #4D502A; }
a { background-color: rgb(77,80,42); }
div.DivClassName
{
background-color: #4D502A;
}
.BgClassName
{
background-color: #4D502A;
}
</style>
border-color css
<style>
span { border-color: #4D502A; }
span { border-color: rgb(77,80,42); }
td.TdClassName
{
border-color: #4D502A;
}
.TagClassName
{
border-color: #4D502A;
}
</style>