Shades of Woodrush #464123
Tints of Woodrush #464123
RGB
CMYK
RGB Variations
Color information
#464123 (or 0x464123) is known color: Woodrush. HEX triplet: 46, 41 and 23. RGB value is (70,65,35). Sum of RGB (Red+Green+Blue) = 70+65+35=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #464123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464123 is #B9BEDC. Grayscale: #3F3F3F. Windows color (decimal): -12173021 or 2310470. OLE color: 2310470.
HSL color Cylindrical-coordinate representation of color #464123: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464123 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 35 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.73 |
| HSL | 51.43º | 0.33% | 0.21% | - |
| HSV(B) | 51.43º | 0.5% | 0.27% | - |
| XYZ | 4.72 | 5.2 | 2.35 | - |
| YUV | 63.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 35 | 0 | 0.07 | 0.5 | 0.73 | 51.43 | 0.33 | 0.21 |
| Hex | 46 | 41 | 23 | 0 | 7 | 32 | 49 | 33 | 21 | 15 |
| Octal | 106 | 101 | 43 | 0 | 7 | 62 | 111 | 63 | 41 | 25 |
| Binary | 1000110 | 1000001 | 100011 | 0 | 111 | 110010 | 1001001 | 110011 | 100001 | 10101 |
Color Harmonies of #464123
Complementary color
Monochromatic Colors of #464123
Black with #464123
Text Example
Text Example
White with #464123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464123; }
p { color: rgb(70,65,35); }
H1.HeaderClassName
{
color: #464123;
}
.AnyTagClassName
{
color: #464123;
}
</style>
background-color css
<style>
a { background-color: #464123; }
a { background-color: rgb(70,65,35); }
div.DivClassName
{
background-color: #464123;
}
.BgClassName
{
background-color: #464123;
}
</style>
border-color css
<style>
span { border-color: #464123; }
span { border-color: rgb(70,65,35); }
td.TdClassName
{
border-color: #464123;
}
.TagClassName
{
border-color: #464123;
}
</style>