Shades of Woodrush #48461F
Tints of Woodrush #48461F
RGB
CMYK
RGB Variations
Color information
#48461F (or 0x48461F) is known color: Woodrush. HEX triplet: 48, 46 and 1F. RGB value is (72,70,31). Sum of RGB (Red+Green+Blue) = 72+70+31=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #48461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48461F is #B7B9E0. Grayscale: #424242. Windows color (decimal): -12040673 or 2049608. OLE color: 2049608.
HSL color Cylindrical-coordinate representation of color #48461F: hue angle of 57.07º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48461F is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 31 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.72 |
| HSL | 57.07º | 0.4% | 0.2% | - |
| HSV(B) | 57.07º | 0.57% | 0.28% | - |
| XYZ | 5.11 | 5.86 | 2.16 | - |
| YUV | 66.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 31 | 0 | 0.03 | 0.57 | 0.72 | 57.07 | 0.4 | 0.2 |
| Hex | 48 | 46 | 1F | 0 | 3 | 39 | 48 | 39 | 28 | 14 |
| Octal | 110 | 106 | 37 | 0 | 3 | 71 | 110 | 71 | 50 | 24 |
| Binary | 1001000 | 1000110 | 11111 | 0 | 11 | 111001 | 1001000 | 111001 | 101000 | 10100 |
Color Harmonies of #48461F
Complementary color
Monochromatic Colors of #48461F
Black with #48461F
Text Example
Text Example
White with #48461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48461F; }
p { color: rgb(72,70,31); }
H1.HeaderClassName
{
color: #48461F;
}
.AnyTagClassName
{
color: #48461F;
}
</style>
background-color css
<style>
a { background-color: #48461F; }
a { background-color: rgb(72,70,31); }
div.DivClassName
{
background-color: #48461F;
}
.BgClassName
{
background-color: #48461F;
}
</style>
border-color css
<style>
span { border-color: #48461F; }
span { border-color: rgb(72,70,31); }
td.TdClassName
{
border-color: #48461F;
}
.TagClassName
{
border-color: #48461F;
}
</style>