Shades of Waiouru #4E522B
Tints of Waiouru #4E522B
RGB
CMYK
RGB Variations
Color information
#4E522B (or 0x4E522B) is known color: Waiouru. HEX triplet: 4E, 52 and 2B. RGB value is (78,82,43). Sum of RGB (Red+Green+Blue) = 78+82+43=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #4E522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E522B is #B1ADD4. Grayscale: #4C4C4C. Windows color (decimal): -11644373 or 2839118. OLE color: 2839118.
HSL color Cylindrical-coordinate representation of color #4E522B: hue angle of 66.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E522B is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 43 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.68 |
| HSL | 66.15º | 0.31% | 0.25% | - |
| HSV(B) | 66.15º | 0.48% | 0.32% | - |
| XYZ | 6.6 | 7.83 | 3.45 | - |
| YUV | 76.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 43 | 0.05 | 0 | 0.48 | 0.68 | 66.15 | 0.31 | 0.25 |
| Hex | 4E | 52 | 2B | 5 | 0 | 30 | 44 | 42 | 1F | 19 |
| Octal | 116 | 122 | 53 | 5 | 0 | 60 | 104 | 102 | 37 | 31 |
| Binary | 1001110 | 1010010 | 101011 | 101 | 0 | 110000 | 1000100 | 1000010 | 11111 | 11001 |
Color Harmonies of #4E522B
Complementary color
Monochromatic Colors of #4E522B
Black with #4E522B
Text Example
Text Example
White with #4E522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E522B; }
p { color: rgb(78,82,43); }
H1.HeaderClassName
{
color: #4E522B;
}
.AnyTagClassName
{
color: #4E522B;
}
</style>
background-color css
<style>
a { background-color: #4E522B; }
a { background-color: rgb(78,82,43); }
div.DivClassName
{
background-color: #4E522B;
}
.BgClassName
{
background-color: #4E522B;
}
</style>
border-color css
<style>
span { border-color: #4E522B; }
span { border-color: rgb(78,82,43); }
td.TdClassName
{
border-color: #4E522B;
}
.TagClassName
{
border-color: #4E522B;
}
</style>