Shades of Woodrush #464231
Tints of Woodrush #464231
RGB
CMYK
RGB Variations
Color information
#464231 (or 0x464231) is known color: Woodrush. HEX triplet: 46, 42 and 31. RGB value is (70,66,49). Sum of RGB (Red+Green+Blue) = 70+66+49=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #464231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464231 is #B9BDCE. Grayscale: #414141. Windows color (decimal): -12172751 or 3228230. OLE color: 3228230.
HSL color Cylindrical-coordinate representation of color #464231: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464231 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 49 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.73 |
| HSL | 48.57º | 0.18% | 0.23% | - |
| HSV(B) | 48.57º | 0.3% | 0.27% | - |
| XYZ | 5.03 | 5.42 | 3.69 | - |
| YUV | 65.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 49 | 0 | 0.06 | 0.30 | 0.73 | 48.57 | 0.18 | 0.23 |
| Hex | 46 | 42 | 31 | 0 | 6 | 1E | 49 | 31 | 12 | 17 |
| Octal | 106 | 102 | 61 | 0 | 6 | 36 | 111 | 61 | 22 | 27 |
| Binary | 1000110 | 1000010 | 110001 | 0 | 110 | 11110 | 1001001 | 110001 | 10010 | 10111 |
Color Harmonies of #464231
Complementary color
Monochromatic Colors of #464231
Black with #464231
Text Example
Text Example
White with #464231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464231; }
p { color: rgb(70,66,49); }
H1.HeaderClassName
{
color: #464231;
}
.AnyTagClassName
{
color: #464231;
}
</style>
background-color css
<style>
a { background-color: #464231; }
a { background-color: rgb(70,66,49); }
div.DivClassName
{
background-color: #464231;
}
.BgClassName
{
background-color: #464231;
}
</style>
border-color css
<style>
span { border-color: #464231; }
span { border-color: rgb(70,66,49); }
td.TdClassName
{
border-color: #464231;
}
.TagClassName
{
border-color: #464231;
}
</style>