Shades of Waiouru #454831
Tints of Waiouru #454831
RGB
CMYK
RGB Variations
Color information
#454831 (or 0x454831) is known color: Waiouru. HEX triplet: 45, 48 and 31. RGB value is (69,72,49). Sum of RGB (Red+Green+Blue) = 69+72+49=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #454831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454831 is #BAB7CE. Grayscale: #444444. Windows color (decimal): -12236751 or 3229765. OLE color: 3229765.
HSL color Cylindrical-coordinate representation of color #454831: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454831 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 49 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.72 |
| HSL | 67.83º | 0.19% | 0.24% | - |
| HSV(B) | 67.83º | 0.32% | 0.28% | - |
| XYZ | 5.33 | 6.12 | 3.81 | - |
| YUV | 68.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 49 | 0.04 | 0 | 0.32 | 0.72 | 67.83 | 0.19 | 0.24 |
| Hex | 45 | 48 | 31 | 4 | 0 | 20 | 48 | 44 | 13 | 18 |
| Octal | 105 | 110 | 61 | 4 | 0 | 40 | 110 | 104 | 23 | 30 |
| Binary | 1000101 | 1001000 | 110001 | 100 | 0 | 100000 | 1001000 | 1000100 | 10011 | 11000 |
Color Harmonies of #454831
Complementary color
Monochromatic Colors of #454831
Black with #454831
Text Example
Text Example
White with #454831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454831; }
p { color: rgb(69,72,49); }
H1.HeaderClassName
{
color: #454831;
}
.AnyTagClassName
{
color: #454831;
}
</style>
background-color css
<style>
a { background-color: #454831; }
a { background-color: rgb(69,72,49); }
div.DivClassName
{
background-color: #454831;
}
.BgClassName
{
background-color: #454831;
}
</style>
border-color css
<style>
span { border-color: #454831; }
span { border-color: rgb(69,72,49); }
td.TdClassName
{
border-color: #454831;
}
.TagClassName
{
border-color: #454831;
}
</style>