Shades of Woodrush #484224
Tints of Woodrush #484224
RGB
CMYK
RGB Variations
Color information
#484224 (or 0x484224) is known color: Woodrush. HEX triplet: 48, 42 and 24. RGB value is (72,66,36). Sum of RGB (Red+Green+Blue) = 72+66+36=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484224 is #B7BDDB. Grayscale: #404040. Windows color (decimal): -12041692 or 2376264. OLE color: 2376264.
HSL color Cylindrical-coordinate representation of color #484224: hue angle of 50º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484224 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 36 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.72 |
| HSL | 50º | 0.33% | 0.21% | - |
| HSV(B) | 50º | 0.5% | 0.28% | - |
| XYZ | 4.94 | 5.4 | 2.45 | - |
| YUV | 64.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 36 | 0 | 0.08 | 0.5 | 0.72 | 50 | 0.33 | 0.21 |
| Hex | 48 | 42 | 24 | 0 | 8 | 32 | 48 | 32 | 21 | 15 |
| Octal | 110 | 102 | 44 | 0 | 10 | 62 | 110 | 62 | 41 | 25 |
| Binary | 1001000 | 1000010 | 100100 | 0 | 1000 | 110010 | 1001000 | 110010 | 100001 | 10101 |
Color Harmonies of #484224
Complementary color
Monochromatic Colors of #484224
Black with #484224
Text Example
Text Example
White with #484224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484224; }
p { color: rgb(72,66,36); }
H1.HeaderClassName
{
color: #484224;
}
.AnyTagClassName
{
color: #484224;
}
</style>
background-color css
<style>
a { background-color: #484224; }
a { background-color: rgb(72,66,36); }
div.DivClassName
{
background-color: #484224;
}
.BgClassName
{
background-color: #484224;
}
</style>
border-color css
<style>
span { border-color: #484224; }
span { border-color: rgb(72,66,36); }
td.TdClassName
{
border-color: #484224;
}
.TagClassName
{
border-color: #484224;
}
</style>