Shades of Woodrush #484329
Tints of Woodrush #484329
RGB
CMYK
RGB Variations
Color information
#484329 (or 0x484329) is known color: Woodrush. HEX triplet: 48, 43 and 29. RGB value is (72,67,41). Sum of RGB (Red+Green+Blue) = 72+67+41=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #484329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484329 is #B7BCD6. Grayscale: #414141. Windows color (decimal): -12041431 or 2704200. OLE color: 2704200.
HSL color Cylindrical-coordinate representation of color #484329: hue angle of 50.32º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484329 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 41 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.72 |
| HSL | 50.32º | 0.27% | 0.22% | - |
| HSV(B) | 50.32º | 0.43% | 0.28% | - |
| XYZ | 5.08 | 5.55 | 2.9 | - |
| YUV | 65.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 41 | 0 | 0.07 | 0.43 | 0.72 | 50.32 | 0.27 | 0.22 |
| Hex | 48 | 43 | 29 | 0 | 7 | 2B | 48 | 32 | 1B | 16 |
| Octal | 110 | 103 | 51 | 0 | 7 | 53 | 110 | 62 | 33 | 26 |
| Binary | 1001000 | 1000011 | 101001 | 0 | 111 | 101011 | 1001000 | 110010 | 11011 | 10110 |
Color Harmonies of #484329
Complementary color
Monochromatic Colors of #484329
Black with #484329
Text Example
Text Example
White with #484329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484329; }
p { color: rgb(72,67,41); }
H1.HeaderClassName
{
color: #484329;
}
.AnyTagClassName
{
color: #484329;
}
</style>
background-color css
<style>
a { background-color: #484329; }
a { background-color: rgb(72,67,41); }
div.DivClassName
{
background-color: #484329;
}
.BgClassName
{
background-color: #484329;
}
</style>
border-color css
<style>
span { border-color: #484329; }
span { border-color: rgb(72,67,41); }
td.TdClassName
{
border-color: #484329;
}
.TagClassName
{
border-color: #484329;
}
</style>