Shades of Woodrush #403E26
Tints of Woodrush #403E26
RGB
CMYK
RGB Variations
Color information
#403E26 (or 0x403E26) is known color: Woodrush. HEX triplet: 40, 3E and 26. RGB value is (64,62,38). Sum of RGB (Red+Green+Blue) = 64+62+38=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #403E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E26 is #BFC1D9. Grayscale: #3B3B3B. Windows color (decimal): -12567002 or 2506304. OLE color: 2506304.
HSL color Cylindrical-coordinate representation of color #403E26: hue angle of 55.38º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403E26 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 38 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.75 |
| HSL | 55.38º | 0.25% | 0.2% | - |
| HSV(B) | 55.38º | 0.41% | 0.25% | - |
| XYZ | 4.19 | 4.68 | 2.52 | - |
| YUV | 59.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 38 | 0 | 0.03 | 0.41 | 0.75 | 55.38 | 0.25 | 0.2 |
| Hex | 40 | 3E | 26 | 0 | 3 | 29 | 4B | 37 | 19 | 14 |
| Octal | 100 | 76 | 46 | 0 | 3 | 51 | 113 | 67 | 31 | 24 |
| Binary | 1000000 | 111110 | 100110 | 0 | 11 | 101001 | 1001011 | 110111 | 11001 | 10100 |
Color Harmonies of #403E26
Complementary color
Monochromatic Colors of #403E26
Black with #403E26
Text Example
Text Example
White with #403E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E26; }
p { color: rgb(64,62,38); }
H1.HeaderClassName
{
color: #403E26;
}
.AnyTagClassName
{
color: #403E26;
}
</style>
background-color css
<style>
a { background-color: #403E26; }
a { background-color: rgb(64,62,38); }
div.DivClassName
{
background-color: #403E26;
}
.BgClassName
{
background-color: #403E26;
}
</style>
border-color css
<style>
span { border-color: #403E26; }
span { border-color: rgb(64,62,38); }
td.TdClassName
{
border-color: #403E26;
}
.TagClassName
{
border-color: #403E26;
}
</style>