Shades of Woodrush #464126
Tints of Woodrush #464126
RGB
CMYK
RGB Variations
Color information
#464126 (or 0x464126) is known color: Woodrush. HEX triplet: 46, 41 and 26. RGB value is (70,65,38). Sum of RGB (Red+Green+Blue) = 70+65+38=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464126 is #B9BED9. Grayscale: #3F3F3F. Windows color (decimal): -12173018 or 2507078. OLE color: 2507078.
HSL color Cylindrical-coordinate representation of color #464126: hue angle of 50.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464126 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 38 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.73 |
| HSL | 50.63º | 0.3% | 0.21% | - |
| HSV(B) | 50.63º | 0.46% | 0.27% | - |
| XYZ | 4.77 | 5.22 | 2.59 | - |
| YUV | 63.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 38 | 0 | 0.07 | 0.46 | 0.73 | 50.63 | 0.3 | 0.21 |
| Hex | 46 | 41 | 26 | 0 | 7 | 2E | 49 | 33 | 1E | 15 |
| Octal | 106 | 101 | 46 | 0 | 7 | 56 | 111 | 63 | 36 | 25 |
| Binary | 1000110 | 1000001 | 100110 | 0 | 111 | 101110 | 1001001 | 110011 | 11110 | 10101 |
Color Harmonies of #464126
Complementary color
Monochromatic Colors of #464126
Black with #464126
Text Example
Text Example
White with #464126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464126; }
p { color: rgb(70,65,38); }
H1.HeaderClassName
{
color: #464126;
}
.AnyTagClassName
{
color: #464126;
}
</style>
background-color css
<style>
a { background-color: #464126; }
a { background-color: rgb(70,65,38); }
div.DivClassName
{
background-color: #464126;
}
.BgClassName
{
background-color: #464126;
}
</style>
border-color css
<style>
span { border-color: #464126; }
span { border-color: rgb(70,65,38); }
td.TdClassName
{
border-color: #464126;
}
.TagClassName
{
border-color: #464126;
}
</style>