Shades of Woodrush #484531
Tints of Woodrush #484531
RGB
CMYK
RGB Variations
Color information
#484531 (or 0x484531) is known color: Woodrush. HEX triplet: 48, 45 and 31. RGB value is (72,69,49). Sum of RGB (Red+Green+Blue) = 72+69+49=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #484531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484531 is #B7BACE. Grayscale: #434343. Windows color (decimal): -12040911 or 3229000. OLE color: 3229000.
HSL color Cylindrical-coordinate representation of color #484531: hue angle of 52.17º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484531 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 49 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.72 |
| HSL | 52.17º | 0.19% | 0.24% | - |
| HSV(B) | 52.17º | 0.32% | 0.28% | - |
| XYZ | 5.35 | 5.86 | 3.75 | - |
| YUV | 67.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 49 | 0 | 0.04 | 0.32 | 0.72 | 52.17 | 0.19 | 0.24 |
| Hex | 48 | 45 | 31 | 0 | 4 | 20 | 48 | 34 | 13 | 18 |
| Octal | 110 | 105 | 61 | 0 | 4 | 40 | 110 | 64 | 23 | 30 |
| Binary | 1001000 | 1000101 | 110001 | 0 | 100 | 100000 | 1001000 | 110100 | 10011 | 11000 |
Color Harmonies of #484531
Complementary color
Monochromatic Colors of #484531
Black with #484531
Text Example
Text Example
White with #484531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484531; }
p { color: rgb(72,69,49); }
H1.HeaderClassName
{
color: #484531;
}
.AnyTagClassName
{
color: #484531;
}
</style>
background-color css
<style>
a { background-color: #484531; }
a { background-color: rgb(72,69,49); }
div.DivClassName
{
background-color: #484531;
}
.BgClassName
{
background-color: #484531;
}
</style>
border-color css
<style>
span { border-color: #484531; }
span { border-color: rgb(72,69,49); }
td.TdClassName
{
border-color: #484531;
}
.TagClassName
{
border-color: #484531;
}
</style>