Shades of Woodrush #464425
Tints of Woodrush #464425
RGB
CMYK
RGB Variations
Color information
#464425 (or 0x464425) is known color: Woodrush. HEX triplet: 46, 44 and 25. RGB value is (70,68,37). Sum of RGB (Red+Green+Blue) = 70+68+37=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464425 is #B9BBDA. Grayscale: #414141. Windows color (decimal): -12172251 or 2442310. OLE color: 2442310.
HSL color Cylindrical-coordinate representation of color #464425: hue angle of 56.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464425 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 68 | 37 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.73 |
| HSL | 56.36º | 0.31% | 0.21% | - |
| HSV(B) | 56.36º | 0.47% | 0.27% | - |
| XYZ | 4.93 | 5.57 | 2.57 | - |
| YUV | 65.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 37 | 0 | 0.03 | 0.47 | 0.73 | 56.36 | 0.31 | 0.21 |
| Hex | 46 | 44 | 25 | 0 | 3 | 2F | 49 | 38 | 1F | 15 |
| Octal | 106 | 104 | 45 | 0 | 3 | 57 | 111 | 70 | 37 | 25 |
| Binary | 1000110 | 1000100 | 100101 | 0 | 11 | 101111 | 1001001 | 111000 | 11111 | 10101 |
Color Harmonies of #464425
Complementary color
Monochromatic Colors of #464425
Black with #464425
Text Example
Text Example
White with #464425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464425; }
p { color: rgb(70,68,37); }
H1.HeaderClassName
{
color: #464425;
}
.AnyTagClassName
{
color: #464425;
}
</style>
background-color css
<style>
a { background-color: #464425; }
a { background-color: rgb(70,68,37); }
div.DivClassName
{
background-color: #464425;
}
.BgClassName
{
background-color: #464425;
}
</style>
border-color css
<style>
span { border-color: #464425; }
span { border-color: rgb(70,68,37); }
td.TdClassName
{
border-color: #464425;
}
.TagClassName
{
border-color: #464425;
}
</style>