Shades of Woodrush #48442C
Tints of Woodrush #48442C
RGB
CMYK
RGB Variations
Color information
#48442C (or 0x48442C) is known color: Woodrush. HEX triplet: 48, 44 and 2C. RGB value is (72,68,44). Sum of RGB (Red+Green+Blue) = 72+68+44=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48442C is #B7BBD3. Grayscale: #424242. Windows color (decimal): -12041172 or 2901064. OLE color: 2901064.
HSL color Cylindrical-coordinate representation of color #48442C: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48442C is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 44 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.72 |
| HSL | 51.43º | 0.24% | 0.23% | - |
| HSV(B) | 51.43º | 0.39% | 0.28% | - |
| XYZ | 5.19 | 5.69 | 3.21 | - |
| YUV | 66.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 44 | 0 | 0.06 | 0.39 | 0.72 | 51.43 | 0.24 | 0.23 |
| Hex | 48 | 44 | 2C | 0 | 6 | 27 | 48 | 33 | 18 | 17 |
| Octal | 110 | 104 | 54 | 0 | 6 | 47 | 110 | 63 | 30 | 27 |
| Binary | 1001000 | 1000100 | 101100 | 0 | 110 | 100111 | 1001000 | 110011 | 11000 | 10111 |
Color Harmonies of #48442C
Complementary color
Monochromatic Colors of #48442C
Black with #48442C
Text Example
Text Example
White with #48442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48442C; }
p { color: rgb(72,68,44); }
H1.HeaderClassName
{
color: #48442C;
}
.AnyTagClassName
{
color: #48442C;
}
</style>
background-color css
<style>
a { background-color: #48442C; }
a { background-color: rgb(72,68,44); }
div.DivClassName
{
background-color: #48442C;
}
.BgClassName
{
background-color: #48442C;
}
</style>
border-color css
<style>
span { border-color: #48442C; }
span { border-color: rgb(72,68,44); }
td.TdClassName
{
border-color: #48442C;
}
.TagClassName
{
border-color: #48442C;
}
</style>