Shades of Waiouru #4F5329
Tints of Waiouru #4F5329
RGB
CMYK
RGB Variations
Color information
#4F5329 (or 0x4F5329) is known color: Waiouru. HEX triplet: 4F, 53 and 29. RGB value is (79,83,41). Sum of RGB (Red+Green+Blue) = 79+83+41=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5329 is #B0ACD6. Grayscale: #4D4D4D. Windows color (decimal): -11578583 or 2708303. OLE color: 2708303.
HSL color Cylindrical-coordinate representation of color #4F5329: hue angle of 65.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F5329 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 41 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.67 |
| HSL | 65.71º | 0.34% | 0.24% | - |
| HSV(B) | 65.71º | 0.51% | 0.33% | - |
| XYZ | 6.72 | 8.01 | 3.29 | - |
| YUV | 77.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 41 | 0.05 | 0 | 0.51 | 0.67 | 65.71 | 0.34 | 0.24 |
| Hex | 4F | 53 | 29 | 5 | 0 | 33 | 43 | 42 | 22 | 18 |
| Octal | 117 | 123 | 51 | 5 | 0 | 63 | 103 | 102 | 42 | 30 |
| Binary | 1001111 | 1010011 | 101001 | 101 | 0 | 110011 | 1000011 | 1000010 | 100010 | 11000 |
Color Harmonies of #4F5329
Complementary color
Monochromatic Colors of #4F5329
Black with #4F5329
Text Example
Text Example
White with #4F5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5329; }
p { color: rgb(79,83,41); }
H1.HeaderClassName
{
color: #4F5329;
}
.AnyTagClassName
{
color: #4F5329;
}
</style>
background-color css
<style>
a { background-color: #4F5329; }
a { background-color: rgb(79,83,41); }
div.DivClassName
{
background-color: #4F5329;
}
.BgClassName
{
background-color: #4F5329;
}
</style>
border-color css
<style>
span { border-color: #4F5329; }
span { border-color: rgb(79,83,41); }
td.TdClassName
{
border-color: #4F5329;
}
.TagClassName
{
border-color: #4F5329;
}
</style>