Shades of Waiouru #48482E
Tints of Waiouru #48482E
RGB
CMYK
RGB Variations
Color information
#48482E (or 0x48482E) is known color: Waiouru. HEX triplet: 48, 48 and 2E. RGB value is (72,72,46). Sum of RGB (Red+Green+Blue) = 72+72+46=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482E is #B7B7D1. Grayscale: #454545. Windows color (decimal): -12040146 or 3033160. OLE color: 3033160.
HSL color Cylindrical-coordinate representation of color #48482E: hue angle of 60º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48482E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 46 | - |
| CMYK | 0 | 0 | 0.36 | 0.72 |
| HSL | 60º | 0.22% | 0.23% | - |
| HSV(B) | 60º | 0.36% | 0.28% | - |
| XYZ | 5.48 | 6.21 | 3.49 | - |
| YUV | 69.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 46 | 0 | 0 | 0.36 | 0.72 | 60 | 0.22 | 0.23 |
| Hex | 48 | 48 | 2E | 0 | 0 | 24 | 48 | 3C | 16 | 17 |
| Octal | 110 | 110 | 56 | 0 | 0 | 44 | 110 | 74 | 26 | 27 |
| Binary | 1001000 | 1001000 | 101110 | 0 | 0 | 100100 | 1001000 | 111100 | 10110 | 10111 |
Color Harmonies of #48482E
Complementary color
Monochromatic Colors of #48482E
Black with #48482E
Text Example
Text Example
White with #48482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48482E; }
p { color: rgb(72,72,46); }
H1.HeaderClassName
{
color: #48482E;
}
.AnyTagClassName
{
color: #48482E;
}
</style>
background-color css
<style>
a { background-color: #48482E; }
a { background-color: rgb(72,72,46); }
div.DivClassName
{
background-color: #48482E;
}
.BgClassName
{
background-color: #48482E;
}
</style>
border-color css
<style>
span { border-color: #48482E; }
span { border-color: rgb(72,72,46); }
td.TdClassName
{
border-color: #48482E;
}
.TagClassName
{
border-color: #48482E;
}
</style>