Shades of Woodrush #484722
Tints of Woodrush #484722
RGB
CMYK
RGB Variations
Color information
#484722 (or 0x484722) is known color: Woodrush. HEX triplet: 48, 47 and 22. RGB value is (72,71,34). Sum of RGB (Red+Green+Blue) = 72+71+34=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484722 is #B7B8DD. Grayscale: #434343. Windows color (decimal): -12040414 or 2246472. OLE color: 2246472.
HSL color Cylindrical-coordinate representation of color #484722: hue angle of 58.42º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484722 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 34 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.72 |
| HSL | 58.42º | 0.36% | 0.21% | - |
| HSV(B) | 58.42º | 0.53% | 0.28% | - |
| XYZ | 5.21 | 6 | 2.4 | - |
| YUV | 67.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 34 | 0 | 0.01 | 0.53 | 0.72 | 58.42 | 0.36 | 0.21 |
| Hex | 48 | 47 | 22 | 0 | 1 | 35 | 48 | 3A | 24 | 15 |
| Octal | 110 | 107 | 42 | 0 | 1 | 65 | 110 | 72 | 44 | 25 |
| Binary | 1001000 | 1000111 | 100010 | 0 | 1 | 110101 | 1001000 | 111010 | 100100 | 10101 |
Color Harmonies of #484722
Complementary color
Monochromatic Colors of #484722
Black with #484722
Text Example
Text Example
White with #484722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484722; }
p { color: rgb(72,71,34); }
H1.HeaderClassName
{
color: #484722;
}
.AnyTagClassName
{
color: #484722;
}
</style>
background-color css
<style>
a { background-color: #484722; }
a { background-color: rgb(72,71,34); }
div.DivClassName
{
background-color: #484722;
}
.BgClassName
{
background-color: #484722;
}
</style>
border-color css
<style>
span { border-color: #484722; }
span { border-color: rgb(72,71,34); }
td.TdClassName
{
border-color: #484722;
}
.TagClassName
{
border-color: #484722;
}
</style>