Shades of Woodrush #464527
Tints of Woodrush #464527
RGB
CMYK
RGB Variations
Color information
#464527 (or 0x464527) is known color: Woodrush. HEX triplet: 46, 45 and 27. RGB value is (70,69,39). Sum of RGB (Red+Green+Blue) = 70+69+39=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #464527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464527 is #B9BAD8. Grayscale: #424242. Windows color (decimal): -12171993 or 2573638. OLE color: 2573638.
HSL color Cylindrical-coordinate representation of color #464527: hue angle of 58.06º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464527 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 69 | 39 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.73 |
| HSL | 58.06º | 0.28% | 0.21% | - |
| HSV(B) | 58.06º | 0.44% | 0.27% | - |
| XYZ | 5.02 | 5.7 | 2.76 | - |
| YUV | 65.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 39 | 0 | 0.01 | 0.44 | 0.73 | 58.06 | 0.28 | 0.21 |
| Hex | 46 | 45 | 27 | 0 | 1 | 2C | 49 | 3A | 1C | 15 |
| Octal | 106 | 105 | 47 | 0 | 1 | 54 | 111 | 72 | 34 | 25 |
| Binary | 1000110 | 1000101 | 100111 | 0 | 1 | 101100 | 1001001 | 111010 | 11100 | 10101 |
Color Harmonies of #464527
Complementary color
Monochromatic Colors of #464527
Black with #464527
Text Example
Text Example
White with #464527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464527; }
p { color: rgb(70,69,39); }
H1.HeaderClassName
{
color: #464527;
}
.AnyTagClassName
{
color: #464527;
}
</style>
background-color css
<style>
a { background-color: #464527; }
a { background-color: rgb(70,69,39); }
div.DivClassName
{
background-color: #464527;
}
.BgClassName
{
background-color: #464527;
}
</style>
border-color css
<style>
span { border-color: #464527; }
span { border-color: rgb(70,69,39); }
td.TdClassName
{
border-color: #464527;
}
.TagClassName
{
border-color: #464527;
}
</style>