Shades of Woodrush #464124
Tints of Woodrush #464124
RGB
CMYK
RGB Variations
Color information
#464124 (or 0x464124) is known color: Woodrush. HEX triplet: 46, 41 and 24. RGB value is (70,65,36). Sum of RGB (Red+Green+Blue) = 70+65+36=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #464124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464124 is #B9BEDB. Grayscale: #3F3F3F. Windows color (decimal): -12173020 or 2376006. OLE color: 2376006.
HSL color Cylindrical-coordinate representation of color #464124: hue angle of 51.18º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464124 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 36 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.73 |
| HSL | 51.18º | 0.32% | 0.21% | - |
| HSV(B) | 51.18º | 0.49% | 0.27% | - |
| XYZ | 4.73 | 5.21 | 2.43 | - |
| YUV | 63.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 36 | 0 | 0.07 | 0.49 | 0.73 | 51.18 | 0.32 | 0.21 |
| Hex | 46 | 41 | 24 | 0 | 7 | 31 | 49 | 33 | 20 | 15 |
| Octal | 106 | 101 | 44 | 0 | 7 | 61 | 111 | 63 | 40 | 25 |
| Binary | 1000110 | 1000001 | 100100 | 0 | 111 | 110001 | 1001001 | 110011 | 100000 | 10101 |
Color Harmonies of #464124
Complementary color
Monochromatic Colors of #464124
Black with #464124
Text Example
Text Example
White with #464124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464124; }
p { color: rgb(70,65,36); }
H1.HeaderClassName
{
color: #464124;
}
.AnyTagClassName
{
color: #464124;
}
</style>
background-color css
<style>
a { background-color: #464124; }
a { background-color: rgb(70,65,36); }
div.DivClassName
{
background-color: #464124;
}
.BgClassName
{
background-color: #464124;
}
</style>
border-color css
<style>
span { border-color: #464124; }
span { border-color: rgb(70,65,36); }
td.TdClassName
{
border-color: #464124;
}
.TagClassName
{
border-color: #464124;
}
</style>