Shades of Woodrush #403E31
Tints of Woodrush #403E31
RGB
CMYK
RGB Variations
Color information
#403E31 (or 0x403E31) is known color: Woodrush. HEX triplet: 40, 3E and 31. RGB value is (64,62,49). Sum of RGB (Red+Green+Blue) = 64+62+49=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #403E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E31 is #BFC1CE. Grayscale: #3D3D3D. Windows color (decimal): -12566991 or 3227200. OLE color: 3227200.
HSL color Cylindrical-coordinate representation of color #403E31: hue angle of 52º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403E31 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 49 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.75 |
| HSL | 52º | 0.13% | 0.22% | - |
| HSV(B) | 52º | 0.23% | 0.25% | - |
| XYZ | 4.39 | 4.76 | 3.59 | - |
| YUV | 61.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 49 | 0 | 0.03 | 0.23 | 0.75 | 52 | 0.13 | 0.22 |
| Hex | 40 | 3E | 31 | 0 | 3 | 17 | 4B | 34 | D | 16 |
| Octal | 100 | 76 | 61 | 0 | 3 | 27 | 113 | 64 | 15 | 26 |
| Binary | 1000000 | 111110 | 110001 | 0 | 11 | 10111 | 1001011 | 110100 | 1101 | 10110 |
Color Harmonies of #403E31
Complementary color
Monochromatic Colors of #403E31
Black with #403E31
Text Example
Text Example
White with #403E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E31; }
p { color: rgb(64,62,49); }
H1.HeaderClassName
{
color: #403E31;
}
.AnyTagClassName
{
color: #403E31;
}
</style>
background-color css
<style>
a { background-color: #403E31; }
a { background-color: rgb(64,62,49); }
div.DivClassName
{
background-color: #403E31;
}
.BgClassName
{
background-color: #403E31;
}
</style>
border-color css
<style>
span { border-color: #403E31; }
span { border-color: rgb(64,62,49); }
td.TdClassName
{
border-color: #403E31;
}
.TagClassName
{
border-color: #403E31;
}
</style>