Shades of Woodrush #464329
Tints of Woodrush #464329
RGB
CMYK
RGB Variations
Color information
#464329 (or 0x464329) is known color: Woodrush. HEX triplet: 46, 43 and 29. RGB value is (70,67,41). Sum of RGB (Red+Green+Blue) = 70+67+41=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #464329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464329 is #B9BCD6. Grayscale: #414141. Windows color (decimal): -12172503 or 2704198. OLE color: 2704198.
HSL color Cylindrical-coordinate representation of color #464329: hue angle of 53.79º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464329 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 41 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.73 |
| HSL | 53.79º | 0.26% | 0.22% | - |
| HSV(B) | 53.79º | 0.41% | 0.27% | - |
| XYZ | 4.93 | 5.48 | 2.89 | - |
| YUV | 64.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 41 | 0 | 0.04 | 0.41 | 0.73 | 53.79 | 0.26 | 0.22 |
| Hex | 46 | 43 | 29 | 0 | 4 | 29 | 49 | 36 | 1A | 16 |
| Octal | 106 | 103 | 51 | 0 | 4 | 51 | 111 | 66 | 32 | 26 |
| Binary | 1000110 | 1000011 | 101001 | 0 | 100 | 101001 | 1001001 | 110110 | 11010 | 10110 |
Color Harmonies of #464329
Complementary color
Monochromatic Colors of #464329
Black with #464329
Text Example
Text Example
White with #464329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464329; }
p { color: rgb(70,67,41); }
H1.HeaderClassName
{
color: #464329;
}
.AnyTagClassName
{
color: #464329;
}
</style>
background-color css
<style>
a { background-color: #464329; }
a { background-color: rgb(70,67,41); }
div.DivClassName
{
background-color: #464329;
}
.BgClassName
{
background-color: #464329;
}
</style>
border-color css
<style>
span { border-color: #464329; }
span { border-color: rgb(70,67,41); }
td.TdClassName
{
border-color: #464329;
}
.TagClassName
{
border-color: #464329;
}
</style>