Shades of Woodrush #46442D
Tints of Woodrush #46442D
RGB
CMYK
RGB Variations
Color information
#46442D (or 0x46442D) is known color: Woodrush. HEX triplet: 46, 44 and 2D. RGB value is (70,68,45). Sum of RGB (Red+Green+Blue) = 70+68+45=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #46442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46442D is #B9BBD2. Grayscale: #424242. Windows color (decimal): -12172243 or 2966598. OLE color: 2966598.
HSL color Cylindrical-coordinate representation of color #46442D: hue angle of 55.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46442D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 68 | 45 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.73 |
| HSL | 55.2º | 0.22% | 0.23% | - |
| HSV(B) | 55.2º | 0.36% | 0.27% | - |
| XYZ | 5.07 | 5.63 | 3.3 | - |
| YUV | 65.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 45 | 0 | 0.03 | 0.36 | 0.73 | 55.2 | 0.22 | 0.23 |
| Hex | 46 | 44 | 2D | 0 | 3 | 24 | 49 | 37 | 16 | 17 |
| Octal | 106 | 104 | 55 | 0 | 3 | 44 | 111 | 67 | 26 | 27 |
| Binary | 1000110 | 1000100 | 101101 | 0 | 11 | 100100 | 1001001 | 110111 | 10110 | 10111 |
Color Harmonies of #46442D
Complementary color
Monochromatic Colors of #46442D
Black with #46442D
Text Example
Text Example
White with #46442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46442D; }
p { color: rgb(70,68,45); }
H1.HeaderClassName
{
color: #46442D;
}
.AnyTagClassName
{
color: #46442D;
}
</style>
background-color css
<style>
a { background-color: #46442D; }
a { background-color: rgb(70,68,45); }
div.DivClassName
{
background-color: #46442D;
}
.BgClassName
{
background-color: #46442D;
}
</style>
border-color css
<style>
span { border-color: #46442D; }
span { border-color: rgb(70,68,45); }
td.TdClassName
{
border-color: #46442D;
}
.TagClassName
{
border-color: #46442D;
}
</style>