Shades of Woodrush #464525
Tints of Woodrush #464525
RGB
CMYK
RGB Variations
Color information
#464525 (or 0x464525) is known color: Woodrush. HEX triplet: 46, 45 and 25. RGB value is (70,69,37). Sum of RGB (Red+Green+Blue) = 70+69+37=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #464525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464525 is #B9BADA. Grayscale: #414141. Windows color (decimal): -12171995 or 2442566. OLE color: 2442566.
HSL color Cylindrical-coordinate representation of color #464525: hue angle of 58.18º 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 #464525 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 69 | 37 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.73 |
| HSL | 58.18º | 0.31% | 0.21% | - |
| HSV(B) | 58.18º | 0.47% | 0.27% | - |
| XYZ | 4.99 | 5.69 | 2.59 | - |
| YUV | 65.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 37 | 0 | 0.01 | 0.47 | 0.73 | 58.18 | 0.31 | 0.21 |
| Hex | 46 | 45 | 25 | 0 | 1 | 2F | 49 | 3A | 1F | 15 |
| Octal | 106 | 105 | 45 | 0 | 1 | 57 | 111 | 72 | 37 | 25 |
| Binary | 1000110 | 1000101 | 100101 | 0 | 1 | 101111 | 1001001 | 111010 | 11111 | 10101 |
Color Harmonies of #464525
Complementary color
Monochromatic Colors of #464525
Black with #464525
Text Example
Text Example
White with #464525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464525; }
p { color: rgb(70,69,37); }
H1.HeaderClassName
{
color: #464525;
}
.AnyTagClassName
{
color: #464525;
}
</style>
background-color css
<style>
a { background-color: #464525; }
a { background-color: rgb(70,69,37); }
div.DivClassName
{
background-color: #464525;
}
.BgClassName
{
background-color: #464525;
}
</style>
border-color css
<style>
span { border-color: #464525; }
span { border-color: rgb(70,69,37); }
td.TdClassName
{
border-color: #464525;
}
.TagClassName
{
border-color: #464525;
}
</style>