Shades of Woodrush #403F37
Tints of Woodrush #403F37
RGB
CMYK
RGB Variations
Color information
#403F37 (or 0x403F37) is known color: Woodrush. HEX triplet: 40, 3F and 37. RGB value is (64,63,55). Sum of RGB (Red+Green+Blue) = 64+63+55=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 64 - color contains mainly: red. Hex color #403F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F37 is #BFC0C8. Grayscale: #3E3E3E. Windows color (decimal): -12566729 or 3620672. OLE color: 3620672.
HSL color Cylindrical-coordinate representation of color #403F37: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #403F37 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 55 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.75 |
| HSL | 53.33º | 0.08% | 0.23% | - |
| HSV(B) | 53.33º | 0.14% | 0.25% | - |
| XYZ | 4.58 | 4.92 | 4.32 | - |
| YUV | 62.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 55 | 0 | 0.02 | 0.14 | 0.75 | 53.33 | 0.08 | 0.23 |
| Hex | 40 | 3F | 37 | 0 | 2 | E | 4B | 35 | 8 | 17 |
| Octal | 100 | 77 | 67 | 0 | 2 | 16 | 113 | 65 | 10 | 27 |
| Binary | 1000000 | 111111 | 110111 | 0 | 10 | 1110 | 1001011 | 110101 | 1000 | 10111 |
Color Harmonies of #403F37
Complementary color
Monochromatic Colors of #403F37
Black with #403F37
Text Example
Text Example
White with #403F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F37; }
p { color: rgb(64,63,55); }
H1.HeaderClassName
{
color: #403F37;
}
.AnyTagClassName
{
color: #403F37;
}
</style>
background-color css
<style>
a { background-color: #403F37; }
a { background-color: rgb(64,63,55); }
div.DivClassName
{
background-color: #403F37;
}
.BgClassName
{
background-color: #403F37;
}
</style>
border-color css
<style>
span { border-color: #403F37; }
span { border-color: rgb(64,63,55); }
td.TdClassName
{
border-color: #403F37;
}
.TagClassName
{
border-color: #403F37;
}
</style>