Shades of Woodrush #484529
Tints of Woodrush #484529
RGB
CMYK
RGB Variations
Color information
#484529 (or 0x484529) is known color: Woodrush. HEX triplet: 48, 45 and 29. RGB value is (72,69,41). Sum of RGB (Red+Green+Blue) = 72+69+41=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #484529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484529 is #B7BAD6. Grayscale: #424242. Windows color (decimal): -12040919 or 2704712. OLE color: 2704712.
HSL color Cylindrical-coordinate representation of color #484529: hue angle of 54.19º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484529 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 41 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.72 |
| HSL | 54.19º | 0.27% | 0.22% | - |
| HSV(B) | 54.19º | 0.43% | 0.28% | - |
| XYZ | 5.2 | 5.79 | 2.94 | - |
| YUV | 66.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 41 | 0 | 0.04 | 0.43 | 0.72 | 54.19 | 0.27 | 0.22 |
| Hex | 48 | 45 | 29 | 0 | 4 | 2B | 48 | 36 | 1B | 16 |
| Octal | 110 | 105 | 51 | 0 | 4 | 53 | 110 | 66 | 33 | 26 |
| Binary | 1001000 | 1000101 | 101001 | 0 | 100 | 101011 | 1001000 | 110110 | 11011 | 10110 |
Color Harmonies of #484529
Complementary color
Monochromatic Colors of #484529
Black with #484529
Text Example
Text Example
White with #484529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484529; }
p { color: rgb(72,69,41); }
H1.HeaderClassName
{
color: #484529;
}
.AnyTagClassName
{
color: #484529;
}
</style>
background-color css
<style>
a { background-color: #484529; }
a { background-color: rgb(72,69,41); }
div.DivClassName
{
background-color: #484529;
}
.BgClassName
{
background-color: #484529;
}
</style>
border-color css
<style>
span { border-color: #484529; }
span { border-color: rgb(72,69,41); }
td.TdClassName
{
border-color: #484529;
}
.TagClassName
{
border-color: #484529;
}
</style>