Shades of Woodrush #403E2B
Tints of Woodrush #403E2B
RGB
CMYK
RGB Variations
Color information
#403E2B (or 0x403E2B) is known color: Woodrush. HEX triplet: 40, 3E and 2B. RGB value is (64,62,43). Sum of RGB (Red+Green+Blue) = 64+62+43=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E2B is #BFC1D4. Grayscale: #3C3C3C. Windows color (decimal): -12566997 or 2833984. OLE color: 2833984.
HSL color Cylindrical-coordinate representation of color #403E2B: hue angle of 54.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #403E2B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 43 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.75 |
| HSL | 54.29º | 0.2% | 0.21% | - |
| HSV(B) | 54.29º | 0.33% | 0.25% | - |
| XYZ | 4.27 | 4.71 | 2.97 | - |
| YUV | 60.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 43 | 0 | 0.03 | 0.33 | 0.75 | 54.29 | 0.2 | 0.21 |
| Hex | 40 | 3E | 2B | 0 | 3 | 21 | 4B | 36 | 14 | 15 |
| Octal | 100 | 76 | 53 | 0 | 3 | 41 | 113 | 66 | 24 | 25 |
| Binary | 1000000 | 111110 | 101011 | 0 | 11 | 100001 | 1001011 | 110110 | 10100 | 10101 |
Color Harmonies of #403E2B
Complementary color
Monochromatic Colors of #403E2B
Black with #403E2B
Text Example
Text Example
White with #403E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E2B; }
p { color: rgb(64,62,43); }
H1.HeaderClassName
{
color: #403E2B;
}
.AnyTagClassName
{
color: #403E2B;
}
</style>
background-color css
<style>
a { background-color: #403E2B; }
a { background-color: rgb(64,62,43); }
div.DivClassName
{
background-color: #403E2B;
}
.BgClassName
{
background-color: #403E2B;
}
</style>
border-color css
<style>
span { border-color: #403E2B; }
span { border-color: rgb(64,62,43); }
td.TdClassName
{
border-color: #403E2B;
}
.TagClassName
{
border-color: #403E2B;
}
</style>