Shades of Woodrush #484421
Tints of Woodrush #484421
RGB
CMYK
RGB Variations
Color information
#484421 (or 0x484421) is known color: Woodrush. HEX triplet: 48, 44 and 21. RGB value is (72,68,33). Sum of RGB (Red+Green+Blue) = 72+68+33=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #484421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484421 is #B7BBDE. Grayscale: #414141. Windows color (decimal): -12041183 or 2180168. OLE color: 2180168.
HSL color Cylindrical-coordinate representation of color #484421: hue angle of 53.85º 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 #484421 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 33 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.72 |
| HSL | 53.85º | 0.37% | 0.21% | - |
| HSV(B) | 53.85º | 0.54% | 0.28% | - |
| XYZ | 5.01 | 5.62 | 2.26 | - |
| YUV | 65.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 33 | 0 | 0.06 | 0.54 | 0.72 | 53.85 | 0.37 | 0.21 |
| Hex | 48 | 44 | 21 | 0 | 6 | 36 | 48 | 36 | 25 | 15 |
| Octal | 110 | 104 | 41 | 0 | 6 | 66 | 110 | 66 | 45 | 25 |
| Binary | 1001000 | 1000100 | 100001 | 0 | 110 | 110110 | 1001000 | 110110 | 100101 | 10101 |
Color Harmonies of #484421
Complementary color
Monochromatic Colors of #484421
Black with #484421
Text Example
Text Example
White with #484421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484421; }
p { color: rgb(72,68,33); }
H1.HeaderClassName
{
color: #484421;
}
.AnyTagClassName
{
color: #484421;
}
</style>
background-color css
<style>
a { background-color: #484421; }
a { background-color: rgb(72,68,33); }
div.DivClassName
{
background-color: #484421;
}
.BgClassName
{
background-color: #484421;
}
</style>
border-color css
<style>
span { border-color: #484421; }
span { border-color: rgb(72,68,33); }
td.TdClassName
{
border-color: #484421;
}
.TagClassName
{
border-color: #484421;
}
</style>