Shades of Woodrush #48432E
Tints of Woodrush #48432E
RGB
CMYK
RGB Variations
Color information
#48432E (or 0x48432E) is known color: Woodrush. HEX triplet: 48, 43 and 2E. RGB value is (72,67,46). Sum of RGB (Red+Green+Blue) = 72+67+46=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48432E is #B7BCD1. Grayscale: #424242. Windows color (decimal): -12041426 or 3031880. OLE color: 3031880.
HSL color Cylindrical-coordinate representation of color #48432E: hue angle of 48.46º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48432E is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 46 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.72 |
| HSL | 48.46º | 0.22% | 0.23% | - |
| HSV(B) | 48.46º | 0.36% | 0.28% | - |
| XYZ | 5.17 | 5.59 | 3.39 | - |
| YUV | 66.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 46 | 0 | 0.07 | 0.36 | 0.72 | 48.46 | 0.22 | 0.23 |
| Hex | 48 | 43 | 2E | 0 | 7 | 24 | 48 | 30 | 16 | 17 |
| Octal | 110 | 103 | 56 | 0 | 7 | 44 | 110 | 60 | 26 | 27 |
| Binary | 1001000 | 1000011 | 101110 | 0 | 111 | 100100 | 1001000 | 110000 | 10110 | 10111 |
Color Harmonies of #48432E
Complementary color
Monochromatic Colors of #48432E
Black with #48432E
Text Example
Text Example
White with #48432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48432E; }
p { color: rgb(72,67,46); }
H1.HeaderClassName
{
color: #48432E;
}
.AnyTagClassName
{
color: #48432E;
}
</style>
background-color css
<style>
a { background-color: #48432E; }
a { background-color: rgb(72,67,46); }
div.DivClassName
{
background-color: #48432E;
}
.BgClassName
{
background-color: #48432E;
}
</style>
border-color css
<style>
span { border-color: #48432E; }
span { border-color: rgb(72,67,46); }
td.TdClassName
{
border-color: #48432E;
}
.TagClassName
{
border-color: #48432E;
}
</style>