Shades of Waiouru #53542D
Tints of Waiouru #53542D
RGB
CMYK
RGB Variations
Color information
#53542D (or 0x53542D) is known color: Waiouru. HEX triplet: 53, 54 and 2D. RGB value is (83,84,45). Sum of RGB (Red+Green+Blue) = 83+84+45=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #53542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53542D is #ACABD2. Grayscale: #4F4F4F. Windows color (decimal): -11316179 or 2970707. OLE color: 2970707.
HSL color Cylindrical-coordinate representation of color #53542D: hue angle of 61.54º 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 #53542D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 45 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.67 |
| HSL | 61.54º | 0.3% | 0.25% | - |
| HSV(B) | 61.54º | 0.46% | 0.33% | - |
| XYZ | 7.21 | 8.37 | 3.72 | - |
| YUV | 79.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 45 | 0.01 | 0 | 0.46 | 0.67 | 61.54 | 0.3 | 0.25 |
| Hex | 53 | 54 | 2D | 1 | 0 | 2E | 43 | 3E | 1E | 19 |
| Octal | 123 | 124 | 55 | 1 | 0 | 56 | 103 | 76 | 36 | 31 |
| Binary | 1010011 | 1010100 | 101101 | 1 | 0 | 101110 | 1000011 | 111110 | 11110 | 11001 |
Color Harmonies of #53542D
Complementary color
Monochromatic Colors of #53542D
Black with #53542D
Text Example
Text Example
White with #53542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53542D; }
p { color: rgb(83,84,45); }
H1.HeaderClassName
{
color: #53542D;
}
.AnyTagClassName
{
color: #53542D;
}
</style>
background-color css
<style>
a { background-color: #53542D; }
a { background-color: rgb(83,84,45); }
div.DivClassName
{
background-color: #53542D;
}
.BgClassName
{
background-color: #53542D;
}
</style>
border-color css
<style>
span { border-color: #53542D; }
span { border-color: rgb(83,84,45); }
td.TdClassName
{
border-color: #53542D;
}
.TagClassName
{
border-color: #53542D;
}
</style>