Shades of Waiouru #484B32
Tints of Waiouru #484B32
RGB
CMYK
RGB Variations
Color information
#484B32 (or 0x484B32) is known color: Waiouru. HEX triplet: 48, 4B and 32. RGB value is (72,75,50). Sum of RGB (Red+Green+Blue) = 72+75+50=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 75 - color contains mainly: green. Hex color #484B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B32 is #B7B4CD. Grayscale: #474747. Windows color (decimal): -12039374 or 3296072. OLE color: 3296072.
HSL color Cylindrical-coordinate representation of color #484B32: hue angle of 67.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484B32 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 50 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.71 |
| HSL | 67.2º | 0.2% | 0.25% | - |
| HSV(B) | 67.2º | 0.33% | 0.29% | - |
| XYZ | 5.76 | 6.64 | 4 | - |
| YUV | 71.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 50 | 0.04 | 0 | 0.33 | 0.71 | 67.2 | 0.2 | 0.25 |
| Hex | 48 | 4B | 32 | 4 | 0 | 21 | 47 | 43 | 14 | 19 |
| Octal | 110 | 113 | 62 | 4 | 0 | 41 | 107 | 103 | 24 | 31 |
| Binary | 1001000 | 1001011 | 110010 | 100 | 0 | 100001 | 1000111 | 1000011 | 10100 | 11001 |
Color Harmonies of #484B32
Complementary color
Monochromatic Colors of #484B32
Black with #484B32
Text Example
Text Example
White with #484B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B32; }
p { color: rgb(72,75,50); }
H1.HeaderClassName
{
color: #484B32;
}
.AnyTagClassName
{
color: #484B32;
}
</style>
background-color css
<style>
a { background-color: #484B32; }
a { background-color: rgb(72,75,50); }
div.DivClassName
{
background-color: #484B32;
}
.BgClassName
{
background-color: #484B32;
}
</style>
border-color css
<style>
span { border-color: #484B32; }
span { border-color: rgb(72,75,50); }
td.TdClassName
{
border-color: #484B32;
}
.TagClassName
{
border-color: #484B32;
}
</style>