Shades of Woodrush #464336
Tints of Woodrush #464336
RGB
CMYK
RGB Variations
Color information
#464336 (or 0x464336) is known color: Woodrush. HEX triplet: 46, 43 and 36. RGB value is (70,67,54). Sum of RGB (Red+Green+Blue) = 70+67+54=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #464336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464336 is #B9BCC9. Grayscale: #424242. Windows color (decimal): -12172490 or 3556166. OLE color: 3556166.
HSL color Cylindrical-coordinate representation of color #464336: hue angle of 48.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464336 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 54 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.73 |
| HSL | 48.75º | 0.13% | 0.24% | - |
| HSV(B) | 48.75º | 0.23% | 0.27% | - |
| XYZ | 5.2 | 5.58 | 4.29 | - |
| YUV | 66.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 54 | 0 | 0.04 | 0.23 | 0.73 | 48.75 | 0.13 | 0.24 |
| Hex | 46 | 43 | 36 | 0 | 4 | 17 | 49 | 31 | D | 18 |
| Octal | 106 | 103 | 66 | 0 | 4 | 27 | 111 | 61 | 15 | 30 |
| Binary | 1000110 | 1000011 | 110110 | 0 | 100 | 10111 | 1001001 | 110001 | 1101 | 11000 |
Color Harmonies of #464336
Complementary color
Monochromatic Colors of #464336
Black with #464336
Text Example
Text Example
White with #464336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464336; }
p { color: rgb(70,67,54); }
H1.HeaderClassName
{
color: #464336;
}
.AnyTagClassName
{
color: #464336;
}
</style>
background-color css
<style>
a { background-color: #464336; }
a { background-color: rgb(70,67,54); }
div.DivClassName
{
background-color: #464336;
}
.BgClassName
{
background-color: #464336;
}
</style>
border-color css
<style>
span { border-color: #464336; }
span { border-color: rgb(70,67,54); }
td.TdClassName
{
border-color: #464336;
}
.TagClassName
{
border-color: #464336;
}
</style>