Shades of Woodrush #48461D
Tints of Woodrush #48461D
RGB
CMYK
RGB Variations
Color information
#48461D (or 0x48461D) is known color: Woodrush. HEX triplet: 48, 46 and 1D. RGB value is (72,70,29). Sum of RGB (Red+Green+Blue) = 72+70+29=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48461D is #B7B9E2. Grayscale: #424242. Windows color (decimal): -12040675 or 1918536. OLE color: 1918536.
HSL color Cylindrical-coordinate representation of color #48461D: hue angle of 57.21º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48461D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 29 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.72 |
| HSL | 57.21º | 0.43% | 0.2% | - |
| HSV(B) | 57.21º | 0.6% | 0.28% | - |
| XYZ | 5.08 | 5.85 | 2.02 | - |
| YUV | 65.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 29 | 0 | 0.03 | 0.60 | 0.72 | 57.21 | 0.43 | 0.2 |
| Hex | 48 | 46 | 1D | 0 | 3 | 3C | 48 | 39 | 2B | 14 |
| Octal | 110 | 106 | 35 | 0 | 3 | 74 | 110 | 71 | 53 | 24 |
| Binary | 1001000 | 1000110 | 11101 | 0 | 11 | 111100 | 1001000 | 111001 | 101011 | 10100 |
Color Harmonies of #48461D
Complementary color
Monochromatic Colors of #48461D
Black with #48461D
Text Example
Text Example
White with #48461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48461D; }
p { color: rgb(72,70,29); }
H1.HeaderClassName
{
color: #48461D;
}
.AnyTagClassName
{
color: #48461D;
}
</style>
background-color css
<style>
a { background-color: #48461D; }
a { background-color: rgb(72,70,29); }
div.DivClassName
{
background-color: #48461D;
}
.BgClassName
{
background-color: #48461D;
}
</style>
border-color css
<style>
span { border-color: #48461D; }
span { border-color: rgb(72,70,29); }
td.TdClassName
{
border-color: #48461D;
}
.TagClassName
{
border-color: #48461D;
}
</style>