Shades of Waiouru #48482A
Tints of Waiouru #48482A
RGB
CMYK
RGB Variations
Color information
#48482A (or 0x48482A) is known color: Waiouru. HEX triplet: 48, 48 and 2A. RGB value is (72,72,42). Sum of RGB (Red+Green+Blue) = 72+72+42=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482A is #B7B7D5. Grayscale: #444444. Windows color (decimal): -12040150 or 2771016. OLE color: 2771016.
HSL color Cylindrical-coordinate representation of color #48482A: hue angle of 60º 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 #48482A is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 42 | - |
| CMYK | 0 | 0 | 0.42 | 0.72 |
| HSL | 60º | 0.26% | 0.22% | - |
| HSV(B) | 60º | 0.42% | 0.28% | - |
| XYZ | 5.41 | 6.18 | 3.1 | - |
| YUV | 68.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 42 | 0 | 0 | 0.42 | 0.72 | 60 | 0.26 | 0.22 |
| Hex | 48 | 48 | 2A | 0 | 0 | 2A | 48 | 3C | 1A | 16 |
| Octal | 110 | 110 | 52 | 0 | 0 | 52 | 110 | 74 | 32 | 26 |
| Binary | 1001000 | 1001000 | 101010 | 0 | 0 | 101010 | 1001000 | 111100 | 11010 | 10110 |
Color Harmonies of #48482A
Complementary color
Monochromatic Colors of #48482A
Black with #48482A
Text Example
Text Example
White with #48482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48482A; }
p { color: rgb(72,72,42); }
H1.HeaderClassName
{
color: #48482A;
}
.AnyTagClassName
{
color: #48482A;
}
</style>
background-color css
<style>
a { background-color: #48482A; }
a { background-color: rgb(72,72,42); }
div.DivClassName
{
background-color: #48482A;
}
.BgClassName
{
background-color: #48482A;
}
</style>
border-color css
<style>
span { border-color: #48482A; }
span { border-color: rgb(72,72,42); }
td.TdClassName
{
border-color: #48482A;
}
.TagClassName
{
border-color: #48482A;
}
</style>