Shades of Waiouru #4F532F
Tints of Waiouru #4F532F
RGB
CMYK
RGB Variations
Color information
#4F532F (or 0x4F532F) is known color: Waiouru. HEX triplet: 4F, 53 and 2F. RGB value is (79,83,47). Sum of RGB (Red+Green+Blue) = 79+83+47=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #4F532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F532F is #B0ACD0. Grayscale: #4D4D4D. Windows color (decimal): -11578577 or 3101519. OLE color: 3101519.
HSL color Cylindrical-coordinate representation of color #4F532F: hue angle of 66.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F532F is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 47 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.67 |
| HSL | 66.67º | 0.28% | 0.25% | - |
| HSV(B) | 66.67º | 0.43% | 0.33% | - |
| XYZ | 6.83 | 8.05 | 3.88 | - |
| YUV | 77.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 47 | 0.05 | 0 | 0.43 | 0.67 | 66.67 | 0.28 | 0.25 |
| Hex | 4F | 53 | 2F | 5 | 0 | 2B | 43 | 43 | 1C | 19 |
| Octal | 117 | 123 | 57 | 5 | 0 | 53 | 103 | 103 | 34 | 31 |
| Binary | 1001111 | 1010011 | 101111 | 101 | 0 | 101011 | 1000011 | 1000011 | 11100 | 11001 |
Color Harmonies of #4F532F
Complementary color
Monochromatic Colors of #4F532F
Black with #4F532F
Text Example
Text Example
White with #4F532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F532F; }
p { color: rgb(79,83,47); }
H1.HeaderClassName
{
color: #4F532F;
}
.AnyTagClassName
{
color: #4F532F;
}
</style>
background-color css
<style>
a { background-color: #4F532F; }
a { background-color: rgb(79,83,47); }
div.DivClassName
{
background-color: #4F532F;
}
.BgClassName
{
background-color: #4F532F;
}
</style>
border-color css
<style>
span { border-color: #4F532F; }
span { border-color: rgb(79,83,47); }
td.TdClassName
{
border-color: #4F532F;
}
.TagClassName
{
border-color: #4F532F;
}
</style>