Shades of Woodrush #403E2C
Tints of Woodrush #403E2C
RGB
CMYK
RGB Variations
Color information
#403E2C (or 0x403E2C) is known color: Woodrush. HEX triplet: 40, 3E and 2C. RGB value is (64,62,44). Sum of RGB (Red+Green+Blue) = 64+62+44=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E2C is #BFC1D3. Grayscale: #3C3C3C. Windows color (decimal): -12566996 or 2899520. OLE color: 2899520.
HSL color Cylindrical-coordinate representation of color #403E2C: hue angle of 54º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403E2C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 44 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.75 |
| HSL | 54º | 0.19% | 0.21% | - |
| HSV(B) | 54º | 0.31% | 0.25% | - |
| XYZ | 4.29 | 4.72 | 3.07 | - |
| YUV | 60.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 44 | 0 | 0.03 | 0.31 | 0.75 | 54 | 0.19 | 0.21 |
| Hex | 40 | 3E | 2C | 0 | 3 | 1F | 4B | 36 | 13 | 15 |
| Octal | 100 | 76 | 54 | 0 | 3 | 37 | 113 | 66 | 23 | 25 |
| Binary | 1000000 | 111110 | 101100 | 0 | 11 | 11111 | 1001011 | 110110 | 10011 | 10101 |
Color Harmonies of #403E2C
Complementary color
Monochromatic Colors of #403E2C
Black with #403E2C
Text Example
Text Example
White with #403E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E2C; }
p { color: rgb(64,62,44); }
H1.HeaderClassName
{
color: #403E2C;
}
.AnyTagClassName
{
color: #403E2C;
}
</style>
background-color css
<style>
a { background-color: #403E2C; }
a { background-color: rgb(64,62,44); }
div.DivClassName
{
background-color: #403E2C;
}
.BgClassName
{
background-color: #403E2C;
}
</style>
border-color css
<style>
span { border-color: #403E2C; }
span { border-color: rgb(64,62,44); }
td.TdClassName
{
border-color: #403E2C;
}
.TagClassName
{
border-color: #403E2C;
}
</style>