Shades of Waiouru #45482D
Tints of Waiouru #45482D
RGB
CMYK
RGB Variations
Color information
#45482D (or 0x45482D) is known color: Waiouru. HEX triplet: 45, 48 and 2D. RGB value is (69,72,45). Sum of RGB (Red+Green+Blue) = 69+72+45=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #45482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45482D is #BAB7D2. Grayscale: #444444. Windows color (decimal): -12236755 or 2967621. OLE color: 2967621.
HSL color Cylindrical-coordinate representation of color #45482D: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45482D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 45 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.72 |
| HSL | 66.67º | 0.23% | 0.23% | - |
| HSV(B) | 66.67º | 0.38% | 0.28% | - |
| XYZ | 5.25 | 6.09 | 3.38 | - |
| YUV | 68.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 45 | 0.04 | 0 | 0.38 | 0.72 | 66.67 | 0.23 | 0.23 |
| Hex | 45 | 48 | 2D | 4 | 0 | 26 | 48 | 43 | 17 | 17 |
| Octal | 105 | 110 | 55 | 4 | 0 | 46 | 110 | 103 | 27 | 27 |
| Binary | 1000101 | 1001000 | 101101 | 100 | 0 | 100110 | 1001000 | 1000011 | 10111 | 10111 |
Color Harmonies of #45482D
Complementary color
Monochromatic Colors of #45482D
Black with #45482D
Text Example
Text Example
White with #45482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45482D; }
p { color: rgb(69,72,45); }
H1.HeaderClassName
{
color: #45482D;
}
.AnyTagClassName
{
color: #45482D;
}
</style>
background-color css
<style>
a { background-color: #45482D; }
a { background-color: rgb(69,72,45); }
div.DivClassName
{
background-color: #45482D;
}
.BgClassName
{
background-color: #45482D;
}
</style>
border-color css
<style>
span { border-color: #45482D; }
span { border-color: rgb(69,72,45); }
td.TdClassName
{
border-color: #45482D;
}
.TagClassName
{
border-color: #45482D;
}
</style>