Shades of Woodrush #48432D
Tints of Woodrush #48432D
RGB
CMYK
RGB Variations
Color information
#48432D (or 0x48432D) is known color: Woodrush. HEX triplet: 48, 43 and 2D. RGB value is (72,67,45). Sum of RGB (Red+Green+Blue) = 72+67+45=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48432D is #B7BCD2. Grayscale: #424242. Windows color (decimal): -12041427 or 2966344. OLE color: 2966344.
HSL color Cylindrical-coordinate representation of color #48432D: hue angle of 48.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48432D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 45 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.72 |
| HSL | 48.89º | 0.23% | 0.23% | - |
| HSV(B) | 48.89º | 0.38% | 0.28% | - |
| XYZ | 5.15 | 5.58 | 3.29 | - |
| YUV | 65.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 45 | 0 | 0.07 | 0.38 | 0.72 | 48.89 | 0.23 | 0.23 |
| Hex | 48 | 43 | 2D | 0 | 7 | 26 | 48 | 31 | 17 | 17 |
| Octal | 110 | 103 | 55 | 0 | 7 | 46 | 110 | 61 | 27 | 27 |
| Binary | 1001000 | 1000011 | 101101 | 0 | 111 | 100110 | 1001000 | 110001 | 10111 | 10111 |
Color Harmonies of #48432D
Complementary color
Monochromatic Colors of #48432D
Black with #48432D
Text Example
Text Example
White with #48432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48432D; }
p { color: rgb(72,67,45); }
H1.HeaderClassName
{
color: #48432D;
}
.AnyTagClassName
{
color: #48432D;
}
</style>
background-color css
<style>
a { background-color: #48432D; }
a { background-color: rgb(72,67,45); }
div.DivClassName
{
background-color: #48432D;
}
.BgClassName
{
background-color: #48432D;
}
</style>
border-color css
<style>
span { border-color: #48432D; }
span { border-color: rgb(72,67,45); }
td.TdClassName
{
border-color: #48432D;
}
.TagClassName
{
border-color: #48432D;
}
</style>