Shades of Woodrush #484429
Tints of Woodrush #484429
RGB
CMYK
RGB Variations
Color information
#484429 (or 0x484429) is known color: Woodrush. HEX triplet: 48, 44 and 29. RGB value is (72,68,41). Sum of RGB (Red+Green+Blue) = 72+68+41=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #484429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484429 is #B7BBD6. Grayscale: #424242. Windows color (decimal): -12041175 or 2704456. OLE color: 2704456.
HSL color Cylindrical-coordinate representation of color #484429: hue angle of 52.26º 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 #484429 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 41 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.72 |
| HSL | 52.26º | 0.27% | 0.22% | - |
| HSV(B) | 52.26º | 0.43% | 0.28% | - |
| XYZ | 5.14 | 5.67 | 2.92 | - |
| YUV | 66.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 41 | 0 | 0.06 | 0.43 | 0.72 | 52.26 | 0.27 | 0.22 |
| Hex | 48 | 44 | 29 | 0 | 6 | 2B | 48 | 34 | 1B | 16 |
| Octal | 110 | 104 | 51 | 0 | 6 | 53 | 110 | 64 | 33 | 26 |
| Binary | 1001000 | 1000100 | 101001 | 0 | 110 | 101011 | 1001000 | 110100 | 11011 | 10110 |
Color Harmonies of #484429
Complementary color
Monochromatic Colors of #484429
Black with #484429
Text Example
Text Example
White with #484429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484429; }
p { color: rgb(72,68,41); }
H1.HeaderClassName
{
color: #484429;
}
.AnyTagClassName
{
color: #484429;
}
</style>
background-color css
<style>
a { background-color: #484429; }
a { background-color: rgb(72,68,41); }
div.DivClassName
{
background-color: #484429;
}
.BgClassName
{
background-color: #484429;
}
</style>
border-color css
<style>
span { border-color: #484429; }
span { border-color: rgb(72,68,41); }
td.TdClassName
{
border-color: #484429;
}
.TagClassName
{
border-color: #484429;
}
</style>