Shades of Waiouru #4D532C
Tints of Waiouru #4D532C
RGB
CMYK
RGB Variations
Color information
#4D532C (or 0x4D532C) is known color: Waiouru. HEX triplet: 4D, 53 and 2C. RGB value is (77,83,44). Sum of RGB (Red+Green+Blue) = 77+83+44=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #4D532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D532C is #B2ACD3. Grayscale: #4C4C4C. Windows color (decimal): -11709652 or 2904909. OLE color: 2904909.
HSL color Cylindrical-coordinate representation of color #4D532C: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D532C is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 44 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.67 |
| HSL | 69.23º | 0.31% | 0.25% | - |
| HSV(B) | 69.23º | 0.47% | 0.33% | - |
| XYZ | 6.61 | 7.95 | 3.57 | - |
| YUV | 76.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 44 | 0.07 | 0 | 0.47 | 0.67 | 69.23 | 0.31 | 0.25 |
| Hex | 4D | 53 | 2C | 7 | 0 | 2F | 43 | 45 | 1F | 19 |
| Octal | 115 | 123 | 54 | 7 | 0 | 57 | 103 | 105 | 37 | 31 |
| Binary | 1001101 | 1010011 | 101100 | 111 | 0 | 101111 | 1000011 | 1000101 | 11111 | 11001 |
Color Harmonies of #4D532C
Complementary color
Monochromatic Colors of #4D532C
Black with #4D532C
Text Example
Text Example
White with #4D532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D532C; }
p { color: rgb(77,83,44); }
H1.HeaderClassName
{
color: #4D532C;
}
.AnyTagClassName
{
color: #4D532C;
}
</style>
background-color css
<style>
a { background-color: #4D532C; }
a { background-color: rgb(77,83,44); }
div.DivClassName
{
background-color: #4D532C;
}
.BgClassName
{
background-color: #4D532C;
}
</style>
border-color css
<style>
span { border-color: #4D532C; }
span { border-color: rgb(77,83,44); }
td.TdClassName
{
border-color: #4D532C;
}
.TagClassName
{
border-color: #4D532C;
}
</style>