Shades of Woodrush #484624
Tints of Woodrush #484624
RGB
CMYK
RGB Variations
Color information
#484624 (or 0x484624) is known color: Woodrush. HEX triplet: 48, 46 and 24. RGB value is (72,70,36). Sum of RGB (Red+Green+Blue) = 72+70+36=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484624 is #B7B9DB. Grayscale: #424242. Windows color (decimal): -12040668 or 2377288. OLE color: 2377288.
HSL color Cylindrical-coordinate representation of color #484624: hue angle of 56.67º 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 #484624 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 36 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.72 |
| HSL | 56.67º | 0.33% | 0.21% | - |
| HSV(B) | 56.67º | 0.5% | 0.28% | - |
| XYZ | 5.18 | 5.89 | 2.53 | - |
| YUV | 66.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 36 | 0 | 0.03 | 0.5 | 0.72 | 56.67 | 0.33 | 0.21 |
| Hex | 48 | 46 | 24 | 0 | 3 | 32 | 48 | 39 | 21 | 15 |
| Octal | 110 | 106 | 44 | 0 | 3 | 62 | 110 | 71 | 41 | 25 |
| Binary | 1001000 | 1000110 | 100100 | 0 | 11 | 110010 | 1001000 | 111001 | 100001 | 10101 |
Color Harmonies of #484624
Complementary color
Monochromatic Colors of #484624
Black with #484624
Text Example
Text Example
White with #484624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484624; }
p { color: rgb(72,70,36); }
H1.HeaderClassName
{
color: #484624;
}
.AnyTagClassName
{
color: #484624;
}
</style>
background-color css
<style>
a { background-color: #484624; }
a { background-color: rgb(72,70,36); }
div.DivClassName
{
background-color: #484624;
}
.BgClassName
{
background-color: #484624;
}
</style>
border-color css
<style>
span { border-color: #484624; }
span { border-color: rgb(72,70,36); }
td.TdClassName
{
border-color: #484624;
}
.TagClassName
{
border-color: #484624;
}
</style>