Shades of Woodrush #484721
Tints of Woodrush #484721
RGB
CMYK
RGB Variations
Color information
#484721 (or 0x484721) is known color: Woodrush. HEX triplet: 48, 47 and 21. RGB value is (72,71,33). Sum of RGB (Red+Green+Blue) = 72+71+33=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484721 is #B7B8DE. Grayscale: #434343. Windows color (decimal): -12040415 or 2180936. OLE color: 2180936.
HSL color Cylindrical-coordinate representation of color #484721: hue angle of 58.46º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484721 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 33 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.72 |
| HSL | 58.46º | 0.37% | 0.21% | - |
| HSV(B) | 58.46º | 0.54% | 0.28% | - |
| XYZ | 5.2 | 5.99 | 2.32 | - |
| YUV | 66.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 33 | 0 | 0.01 | 0.54 | 0.72 | 58.46 | 0.37 | 0.21 |
| Hex | 48 | 47 | 21 | 0 | 1 | 36 | 48 | 3A | 25 | 15 |
| Octal | 110 | 107 | 41 | 0 | 1 | 66 | 110 | 72 | 45 | 25 |
| Binary | 1001000 | 1000111 | 100001 | 0 | 1 | 110110 | 1001000 | 111010 | 100101 | 10101 |
Color Harmonies of #484721
Complementary color
Monochromatic Colors of #484721
Black with #484721
Text Example
Text Example
White with #484721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484721; }
p { color: rgb(72,71,33); }
H1.HeaderClassName
{
color: #484721;
}
.AnyTagClassName
{
color: #484721;
}
</style>
background-color css
<style>
a { background-color: #484721; }
a { background-color: rgb(72,71,33); }
div.DivClassName
{
background-color: #484721;
}
.BgClassName
{
background-color: #484721;
}
</style>
border-color css
<style>
span { border-color: #484721; }
span { border-color: rgb(72,71,33); }
td.TdClassName
{
border-color: #484721;
}
.TagClassName
{
border-color: #484721;
}
</style>