Shades of Woodrush #46431F
Tints of Woodrush #46431F
RGB
CMYK
RGB Variations
Color information
#46431F (or 0x46431F) is known color: Woodrush. HEX triplet: 46, 43 and 1F. RGB value is (70,67,31). Sum of RGB (Red+Green+Blue) = 70+67+31=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46431F is #B9BCE0. Grayscale: #3F3F3F. Windows color (decimal): -12172513 or 2048838. OLE color: 2048838.
HSL color Cylindrical-coordinate representation of color #46431F: hue angle of 55.38º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46431F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 31 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.73 |
| HSL | 55.38º | 0.39% | 0.2% | - |
| HSV(B) | 55.38º | 0.56% | 0.27% | - |
| XYZ | 4.78 | 5.42 | 2.09 | - |
| YUV | 63.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 31 | 0 | 0.04 | 0.56 | 0.73 | 55.38 | 0.39 | 0.2 |
| Hex | 46 | 43 | 1F | 0 | 4 | 38 | 49 | 37 | 27 | 14 |
| Octal | 106 | 103 | 37 | 0 | 4 | 70 | 111 | 67 | 47 | 24 |
| Binary | 1000110 | 1000011 | 11111 | 0 | 100 | 111000 | 1001001 | 110111 | 100111 | 10100 |
Color Harmonies of #46431F
Complementary color
Monochromatic Colors of #46431F
Black with #46431F
Text Example
Text Example
White with #46431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46431F; }
p { color: rgb(70,67,31); }
H1.HeaderClassName
{
color: #46431F;
}
.AnyTagClassName
{
color: #46431F;
}
</style>
background-color css
<style>
a { background-color: #46431F; }
a { background-color: rgb(70,67,31); }
div.DivClassName
{
background-color: #46431F;
}
.BgClassName
{
background-color: #46431F;
}
</style>
border-color css
<style>
span { border-color: #46431F; }
span { border-color: rgb(70,67,31); }
td.TdClassName
{
border-color: #46431F;
}
.TagClassName
{
border-color: #46431F;
}
</style>