Shades of Woodrush #46451C
Tints of Woodrush #46451C
RGB
CMYK
RGB Variations
Color information
#46451C (or 0x46451C) is known color: Woodrush. HEX triplet: 46, 45 and 1C. RGB value is (70,69,28). Sum of RGB (Red+Green+Blue) = 70+69+28=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46451C is #B9BAE3. Grayscale: #404040. Windows color (decimal): -12172004 or 1852742. OLE color: 1852742.
HSL color Cylindrical-coordinate representation of color #46451C: hue angle of 58.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46451C is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 69 | 28 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.73 |
| HSL | 58.57º | 0.43% | 0.19% | - |
| HSV(B) | 58.57º | 0.6% | 0.27% | - |
| XYZ | 4.86 | 5.64 | 1.93 | - |
| YUV | 64.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 28 | 0 | 0.01 | 0.60 | 0.73 | 58.57 | 0.43 | 0.19 |
| Hex | 46 | 45 | 1C | 0 | 1 | 3C | 49 | 3B | 2B | 13 |
| Octal | 106 | 105 | 34 | 0 | 1 | 74 | 111 | 73 | 53 | 23 |
| Binary | 1000110 | 1000101 | 11100 | 0 | 1 | 111100 | 1001001 | 111011 | 101011 | 10011 |
Color Harmonies of #46451C
Complementary color
Monochromatic Colors of #46451C
Black with #46451C
Text Example
Text Example
White with #46451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46451C; }
p { color: rgb(70,69,28); }
H1.HeaderClassName
{
color: #46451C;
}
.AnyTagClassName
{
color: #46451C;
}
</style>
background-color css
<style>
a { background-color: #46451C; }
a { background-color: rgb(70,69,28); }
div.DivClassName
{
background-color: #46451C;
}
.BgClassName
{
background-color: #46451C;
}
</style>
border-color css
<style>
span { border-color: #46451C; }
span { border-color: rgb(70,69,28); }
td.TdClassName
{
border-color: #46451C;
}
.TagClassName
{
border-color: #46451C;
}
</style>