Shades of Woodrush #464324
Tints of Woodrush #464324
RGB
CMYK
RGB Variations
Color information
#464324 (or 0x464324) is known color: Woodrush. HEX triplet: 46, 43 and 24. RGB value is (70,67,36). Sum of RGB (Red+Green+Blue) = 70+67+36=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464324 is #B9BCDB. Grayscale: #404040. Windows color (decimal): -12172508 or 2376518. OLE color: 2376518.
HSL color Cylindrical-coordinate representation of color #464324: hue angle of 54.71º 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 #464324 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 36 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.73 |
| HSL | 54.71º | 0.32% | 0.21% | - |
| HSV(B) | 54.71º | 0.49% | 0.27% | - |
| XYZ | 4.85 | 5.44 | 2.46 | - |
| YUV | 64.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 36 | 0 | 0.04 | 0.49 | 0.73 | 54.71 | 0.32 | 0.21 |
| Hex | 46 | 43 | 24 | 0 | 4 | 31 | 49 | 37 | 20 | 15 |
| Octal | 106 | 103 | 44 | 0 | 4 | 61 | 111 | 67 | 40 | 25 |
| Binary | 1000110 | 1000011 | 100100 | 0 | 100 | 110001 | 1001001 | 110111 | 100000 | 10101 |
Color Harmonies of #464324
Complementary color
Monochromatic Colors of #464324
Black with #464324
Text Example
Text Example
White with #464324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464324; }
p { color: rgb(70,67,36); }
H1.HeaderClassName
{
color: #464324;
}
.AnyTagClassName
{
color: #464324;
}
</style>
background-color css
<style>
a { background-color: #464324; }
a { background-color: rgb(70,67,36); }
div.DivClassName
{
background-color: #464324;
}
.BgClassName
{
background-color: #464324;
}
</style>
border-color css
<style>
span { border-color: #464324; }
span { border-color: rgb(70,67,36); }
td.TdClassName
{
border-color: #464324;
}
.TagClassName
{
border-color: #464324;
}
</style>