Shades of Woodrush #48462A
Tints of Woodrush #48462A
RGB
CMYK
RGB Variations
Color information
#48462A (or 0x48462A) is known color: Woodrush. HEX triplet: 48, 46 and 2A. RGB value is (72,70,42). Sum of RGB (Red+Green+Blue) = 72+70+42=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48462A is #B7B9D5. Grayscale: #434343. Windows color (decimal): -12040662 or 2770504. OLE color: 2770504.
HSL color Cylindrical-coordinate representation of color #48462A: hue angle of 56º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48462A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 42 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.72 |
| HSL | 56º | 0.26% | 0.22% | - |
| HSV(B) | 56º | 0.42% | 0.28% | - |
| XYZ | 5.28 | 5.93 | 3.06 | - |
| YUV | 67.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 42 | 0 | 0.03 | 0.42 | 0.72 | 56 | 0.26 | 0.22 |
| Hex | 48 | 46 | 2A | 0 | 3 | 2A | 48 | 38 | 1A | 16 |
| Octal | 110 | 106 | 52 | 0 | 3 | 52 | 110 | 70 | 32 | 26 |
| Binary | 1001000 | 1000110 | 101010 | 0 | 11 | 101010 | 1001000 | 111000 | 11010 | 10110 |
Color Harmonies of #48462A
Complementary color
Monochromatic Colors of #48462A
Black with #48462A
Text Example
Text Example
White with #48462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48462A; }
p { color: rgb(72,70,42); }
H1.HeaderClassName
{
color: #48462A;
}
.AnyTagClassName
{
color: #48462A;
}
</style>
background-color css
<style>
a { background-color: #48462A; }
a { background-color: rgb(72,70,42); }
div.DivClassName
{
background-color: #48462A;
}
.BgClassName
{
background-color: #48462A;
}
</style>
border-color css
<style>
span { border-color: #48462A; }
span { border-color: rgb(72,70,42); }
td.TdClassName
{
border-color: #48462A;
}
.TagClassName
{
border-color: #48462A;
}
</style>