Shades of Waiouru #4F512C
Tints of Waiouru #4F512C
RGB
CMYK
RGB Variations
Color information
#4F512C (or 0x4F512C) is known color: Waiouru. HEX triplet: 4F, 51 and 2C. RGB value is (79,81,44). Sum of RGB (Red+Green+Blue) = 79+81+44=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #4F512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F512C is #B0AED3. Grayscale: #4C4C4C. Windows color (decimal): -11579092 or 2904399. OLE color: 2904399.
HSL color Cylindrical-coordinate representation of color #4F512C: hue angle of 63.24º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F512C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 44 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.68 |
| HSL | 63.24º | 0.3% | 0.25% | - |
| HSV(B) | 63.24º | 0.46% | 0.32% | - |
| XYZ | 6.62 | 7.73 | 3.53 | - |
| YUV | 76.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 44 | 0.02 | 0 | 0.46 | 0.68 | 63.24 | 0.3 | 0.25 |
| Hex | 4F | 51 | 2C | 2 | 0 | 2E | 44 | 3F | 1E | 19 |
| Octal | 117 | 121 | 54 | 2 | 0 | 56 | 104 | 77 | 36 | 31 |
| Binary | 1001111 | 1010001 | 101100 | 10 | 0 | 101110 | 1000100 | 111111 | 11110 | 11001 |
Color Harmonies of #4F512C
Complementary color
Monochromatic Colors of #4F512C
Black with #4F512C
Text Example
Text Example
White with #4F512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F512C; }
p { color: rgb(79,81,44); }
H1.HeaderClassName
{
color: #4F512C;
}
.AnyTagClassName
{
color: #4F512C;
}
</style>
background-color css
<style>
a { background-color: #4F512C; }
a { background-color: rgb(79,81,44); }
div.DivClassName
{
background-color: #4F512C;
}
.BgClassName
{
background-color: #4F512C;
}
</style>
border-color css
<style>
span { border-color: #4F512C; }
span { border-color: rgb(79,81,44); }
td.TdClassName
{
border-color: #4F512C;
}
.TagClassName
{
border-color: #4F512C;
}
</style>