Shades of Waiouru #45482A
Tints of Waiouru #45482A
RGB
CMYK
RGB Variations
Color information
#45482A (or 0x45482A) is known color: Waiouru. HEX triplet: 45, 48 and 2A. RGB value is (69,72,42). Sum of RGB (Red+Green+Blue) = 69+72+42=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #45482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45482A is #BAB7D5. Grayscale: #434343. Windows color (decimal): -12236758 or 2771013. OLE color: 2771013.
HSL color Cylindrical-coordinate representation of color #45482A: hue angle of 66º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45482A is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 42 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.72 |
| HSL | 66º | 0.26% | 0.22% | - |
| HSV(B) | 66º | 0.42% | 0.28% | - |
| XYZ | 5.19 | 6.07 | 3.09 | - |
| YUV | 67.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 42 | 0.04 | 0 | 0.42 | 0.72 | 66 | 0.26 | 0.22 |
| Hex | 45 | 48 | 2A | 4 | 0 | 2A | 48 | 42 | 1A | 16 |
| Octal | 105 | 110 | 52 | 4 | 0 | 52 | 110 | 102 | 32 | 26 |
| Binary | 1000101 | 1001000 | 101010 | 100 | 0 | 101010 | 1001000 | 1000010 | 11010 | 10110 |
Color Harmonies of #45482A
Complementary color
Monochromatic Colors of #45482A
Black with #45482A
Text Example
Text Example
White with #45482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45482A; }
p { color: rgb(69,72,42); }
H1.HeaderClassName
{
color: #45482A;
}
.AnyTagClassName
{
color: #45482A;
}
</style>
background-color css
<style>
a { background-color: #45482A; }
a { background-color: rgb(69,72,42); }
div.DivClassName
{
background-color: #45482A;
}
.BgClassName
{
background-color: #45482A;
}
</style>
border-color css
<style>
span { border-color: #45482A; }
span { border-color: rgb(69,72,42); }
td.TdClassName
{
border-color: #45482A;
}
.TagClassName
{
border-color: #45482A;
}
</style>