Shades of Waiouru #484935
Tints of Waiouru #484935
RGB
CMYK
RGB Variations
Color information
#484935 (or 0x484935) is known color: Waiouru. HEX triplet: 48, 49 and 35. RGB value is (72,73,53). Sum of RGB (Red+Green+Blue) = 72+73+53=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #484935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484935 is #B7B6CA. Grayscale: #464646. Windows color (decimal): -12039883 or 3492168. OLE color: 3492168.
HSL color Cylindrical-coordinate representation of color #484935: hue angle of 63º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484935 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 53 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.71 |
| HSL | 63º | 0.16% | 0.25% | - |
| HSV(B) | 63º | 0.27% | 0.29% | - |
| XYZ | 5.7 | 6.4 | 4.3 | - |
| YUV | 70.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 53 | 0.01 | 0 | 0.27 | 0.71 | 63 | 0.16 | 0.25 |
| Hex | 48 | 49 | 35 | 1 | 0 | 1B | 47 | 3F | 10 | 19 |
| Octal | 110 | 111 | 65 | 1 | 0 | 33 | 107 | 77 | 20 | 31 |
| Binary | 1001000 | 1001001 | 110101 | 1 | 0 | 11011 | 1000111 | 111111 | 10000 | 11001 |
Color Harmonies of #484935
Complementary color
Monochromatic Colors of #484935
Black with #484935
Text Example
Text Example
White with #484935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484935; }
p { color: rgb(72,73,53); }
H1.HeaderClassName
{
color: #484935;
}
.AnyTagClassName
{
color: #484935;
}
</style>
background-color css
<style>
a { background-color: #484935; }
a { background-color: rgb(72,73,53); }
div.DivClassName
{
background-color: #484935;
}
.BgClassName
{
background-color: #484935;
}
</style>
border-color css
<style>
span { border-color: #484935; }
span { border-color: rgb(72,73,53); }
td.TdClassName
{
border-color: #484935;
}
.TagClassName
{
border-color: #484935;
}
</style>