Shades of Woodrush #403E2A
Tints of Woodrush #403E2A
RGB
CMYK
RGB Variations
Color information
#403E2A (or 0x403E2A) is known color: Woodrush. HEX triplet: 40, 3E and 2A. RGB value is (64,62,42). Sum of RGB (Red+Green+Blue) = 64+62+42=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E2A is #BFC1D5. Grayscale: #3C3C3C. Windows color (decimal): -12566998 or 2768448. OLE color: 2768448.
HSL color Cylindrical-coordinate representation of color #403E2A: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403E2A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 42 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.75 |
| HSL | 54.55º | 0.21% | 0.21% | - |
| HSV(B) | 54.55º | 0.34% | 0.25% | - |
| XYZ | 4.25 | 4.7 | 2.87 | - |
| YUV | 60.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 42 | 0 | 0.03 | 0.34 | 0.75 | 54.55 | 0.21 | 0.21 |
| Hex | 40 | 3E | 2A | 0 | 3 | 22 | 4B | 37 | 15 | 15 |
| Octal | 100 | 76 | 52 | 0 | 3 | 42 | 113 | 67 | 25 | 25 |
| Binary | 1000000 | 111110 | 101010 | 0 | 11 | 100010 | 1001011 | 110111 | 10101 | 10101 |
Color Harmonies of #403E2A
Complementary color
Monochromatic Colors of #403E2A
Black with #403E2A
Text Example
Text Example
White with #403E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E2A; }
p { color: rgb(64,62,42); }
H1.HeaderClassName
{
color: #403E2A;
}
.AnyTagClassName
{
color: #403E2A;
}
</style>
background-color css
<style>
a { background-color: #403E2A; }
a { background-color: rgb(64,62,42); }
div.DivClassName
{
background-color: #403E2A;
}
.BgClassName
{
background-color: #403E2A;
}
</style>
border-color css
<style>
span { border-color: #403E2A; }
span { border-color: rgb(64,62,42); }
td.TdClassName
{
border-color: #403E2A;
}
.TagClassName
{
border-color: #403E2A;
}
</style>