Shades of Woodrush #484324
Tints of Woodrush #484324
RGB
CMYK
RGB Variations
Color information
#484324 (or 0x484324) is known color: Woodrush. HEX triplet: 48, 43 and 24. RGB value is (72,67,36). Sum of RGB (Red+Green+Blue) = 72+67+36=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484324 is #B7BCDB. Grayscale: #414141. Windows color (decimal): -12041436 or 2376520. OLE color: 2376520.
HSL color Cylindrical-coordinate representation of color #484324: hue angle of 51.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 #484324 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 36 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.72 |
| HSL | 51.67º | 0.33% | 0.21% | - |
| HSV(B) | 51.67º | 0.5% | 0.28% | - |
| XYZ | 5 | 5.52 | 2.47 | - |
| YUV | 64.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 36 | 0 | 0.07 | 0.5 | 0.72 | 51.67 | 0.33 | 0.21 |
| Hex | 48 | 43 | 24 | 0 | 7 | 32 | 48 | 34 | 21 | 15 |
| Octal | 110 | 103 | 44 | 0 | 7 | 62 | 110 | 64 | 41 | 25 |
| Binary | 1001000 | 1000011 | 100100 | 0 | 111 | 110010 | 1001000 | 110100 | 100001 | 10101 |
Color Harmonies of #484324
Complementary color
Monochromatic Colors of #484324
Black with #484324
Text Example
Text Example
White with #484324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484324; }
p { color: rgb(72,67,36); }
H1.HeaderClassName
{
color: #484324;
}
.AnyTagClassName
{
color: #484324;
}
</style>
background-color css
<style>
a { background-color: #484324; }
a { background-color: rgb(72,67,36); }
div.DivClassName
{
background-color: #484324;
}
.BgClassName
{
background-color: #484324;
}
</style>
border-color css
<style>
span { border-color: #484324; }
span { border-color: rgb(72,67,36); }
td.TdClassName
{
border-color: #484324;
}
.TagClassName
{
border-color: #484324;
}
</style>