Shades of Woodrush #464127
Tints of Woodrush #464127
RGB
CMYK
RGB Variations
Color information
#464127 (or 0x464127) is known color: Woodrush. HEX triplet: 46, 41 and 27. RGB value is (70,65,39). Sum of RGB (Red+Green+Blue) = 70+65+39=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464127 is #B9BED8. Grayscale: #3F3F3F. Windows color (decimal): -12173017 or 2572614. OLE color: 2572614.
HSL color Cylindrical-coordinate representation of color #464127: hue angle of 50.32º 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 #464127 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 39 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.73 |
| HSL | 50.32º | 0.28% | 0.21% | - |
| HSV(B) | 50.32º | 0.44% | 0.27% | - |
| XYZ | 4.78 | 5.23 | 2.68 | - |
| YUV | 63.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 39 | 0 | 0.07 | 0.44 | 0.73 | 50.32 | 0.28 | 0.21 |
| Hex | 46 | 41 | 27 | 0 | 7 | 2C | 49 | 32 | 1C | 15 |
| Octal | 106 | 101 | 47 | 0 | 7 | 54 | 111 | 62 | 34 | 25 |
| Binary | 1000110 | 1000001 | 100111 | 0 | 111 | 101100 | 1001001 | 110010 | 11100 | 10101 |
Color Harmonies of #464127
Complementary color
Monochromatic Colors of #464127
Black with #464127
Text Example
Text Example
White with #464127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464127; }
p { color: rgb(70,65,39); }
H1.HeaderClassName
{
color: #464127;
}
.AnyTagClassName
{
color: #464127;
}
</style>
background-color css
<style>
a { background-color: #464127; }
a { background-color: rgb(70,65,39); }
div.DivClassName
{
background-color: #464127;
}
.BgClassName
{
background-color: #464127;
}
</style>
border-color css
<style>
span { border-color: #464127; }
span { border-color: rgb(70,65,39); }
td.TdClassName
{
border-color: #464127;
}
.TagClassName
{
border-color: #464127;
}
</style>