Shades of Woodrush #484520
Tints of Woodrush #484520
RGB
CMYK
RGB Variations
Color information
#484520 (or 0x484520) is known color: Woodrush. HEX triplet: 48, 45 and 20. RGB value is (72,69,32). Sum of RGB (Red+Green+Blue) = 72+69+32=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #484520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484520 is #B7BADF. Grayscale: #414141. Windows color (decimal): -12040928 or 2114888. OLE color: 2114888.
HSL color Cylindrical-coordinate representation of color #484520: hue angle of 55.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484520 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 32 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.72 |
| HSL | 55.5º | 0.38% | 0.2% | - |
| HSV(B) | 55.5º | 0.56% | 0.28% | - |
| XYZ | 5.06 | 5.74 | 2.21 | - |
| YUV | 65.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 32 | 0 | 0.04 | 0.56 | 0.72 | 55.5 | 0.38 | 0.2 |
| Hex | 48 | 45 | 20 | 0 | 4 | 38 | 48 | 38 | 26 | 14 |
| Octal | 110 | 105 | 40 | 0 | 4 | 70 | 110 | 70 | 46 | 24 |
| Binary | 1001000 | 1000101 | 100000 | 0 | 100 | 111000 | 1001000 | 111000 | 100110 | 10100 |
Color Harmonies of #484520
Complementary color
Monochromatic Colors of #484520
Black with #484520
Text Example
Text Example
White with #484520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484520; }
p { color: rgb(72,69,32); }
H1.HeaderClassName
{
color: #484520;
}
.AnyTagClassName
{
color: #484520;
}
</style>
background-color css
<style>
a { background-color: #484520; }
a { background-color: rgb(72,69,32); }
div.DivClassName
{
background-color: #484520;
}
.BgClassName
{
background-color: #484520;
}
</style>
border-color css
<style>
span { border-color: #484520; }
span { border-color: rgb(72,69,32); }
td.TdClassName
{
border-color: #484520;
}
.TagClassName
{
border-color: #484520;
}
</style>