Shades of Waiouru #48482B
Tints of Waiouru #48482B
RGB
CMYK
RGB Variations
Color information
#48482B (or 0x48482B) is known color: Waiouru. HEX triplet: 48, 48 and 2B. RGB value is (72,72,43). Sum of RGB (Red+Green+Blue) = 72+72+43=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482B is #B7B7D4. Grayscale: #444444. Windows color (decimal): -12040149 or 2836552. OLE color: 2836552.
HSL color Cylindrical-coordinate representation of color #48482B: hue angle of 60º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48482B is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 43 | - |
| CMYK | 0 | 0 | 0.40 | 0.72 |
| HSL | 60º | 0.25% | 0.23% | - |
| HSV(B) | 60º | 0.4% | 0.28% | - |
| XYZ | 5.43 | 6.19 | 3.19 | - |
| YUV | 68.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 43 | 0 | 0 | 0.40 | 0.72 | 60 | 0.25 | 0.23 |
| Hex | 48 | 48 | 2B | 0 | 0 | 28 | 48 | 3C | 19 | 17 |
| Octal | 110 | 110 | 53 | 0 | 0 | 50 | 110 | 74 | 31 | 27 |
| Binary | 1001000 | 1001000 | 101011 | 0 | 0 | 101000 | 1001000 | 111100 | 11001 | 10111 |
Color Harmonies of #48482B
Complementary color
Monochromatic Colors of #48482B
Black with #48482B
Text Example
Text Example
White with #48482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48482B; }
p { color: rgb(72,72,43); }
H1.HeaderClassName
{
color: #48482B;
}
.AnyTagClassName
{
color: #48482B;
}
</style>
background-color css
<style>
a { background-color: #48482B; }
a { background-color: rgb(72,72,43); }
div.DivClassName
{
background-color: #48482B;
}
.BgClassName
{
background-color: #48482B;
}
</style>
border-color css
<style>
span { border-color: #48482B; }
span { border-color: rgb(72,72,43); }
td.TdClassName
{
border-color: #48482B;
}
.TagClassName
{
border-color: #48482B;
}
</style>