Shades of Waiouru #51542D
Tints of Waiouru #51542D
RGB
CMYK
RGB Variations
Color information
#51542D (or 0x51542D) is known color: Waiouru. HEX triplet: 51, 54 and 2D. RGB value is (81,84,45). Sum of RGB (Red+Green+Blue) = 81+84+45=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #51542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51542D is #AEABD2. Grayscale: #4E4E4E. Windows color (decimal): -11447251 or 2970705. OLE color: 2970705.
HSL color Cylindrical-coordinate representation of color #51542D: hue angle of 64.62º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51542D is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 45 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.67 |
| HSL | 64.62º | 0.3% | 0.25% | - |
| HSV(B) | 64.62º | 0.46% | 0.33% | - |
| XYZ | 7.04 | 8.28 | 3.71 | - |
| YUV | 78.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 45 | 0.04 | 0 | 0.46 | 0.67 | 64.62 | 0.3 | 0.25 |
| Hex | 51 | 54 | 2D | 4 | 0 | 2E | 43 | 41 | 1E | 19 |
| Octal | 121 | 124 | 55 | 4 | 0 | 56 | 103 | 101 | 36 | 31 |
| Binary | 1010001 | 1010100 | 101101 | 100 | 0 | 101110 | 1000011 | 1000001 | 11110 | 11001 |
Color Harmonies of #51542D
Complementary color
Monochromatic Colors of #51542D
Black with #51542D
Text Example
Text Example
White with #51542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51542D; }
p { color: rgb(81,84,45); }
H1.HeaderClassName
{
color: #51542D;
}
.AnyTagClassName
{
color: #51542D;
}
</style>
background-color css
<style>
a { background-color: #51542D; }
a { background-color: rgb(81,84,45); }
div.DivClassName
{
background-color: #51542D;
}
.BgClassName
{
background-color: #51542D;
}
</style>
border-color css
<style>
span { border-color: #51542D; }
span { border-color: rgb(81,84,45); }
td.TdClassName
{
border-color: #51542D;
}
.TagClassName
{
border-color: #51542D;
}
</style>