Shades of Woodrush #403F38
Tints of Woodrush #403F38
RGB
CMYK
RGB Variations
Color information
#403F38 (or 0x403F38) is known color: Woodrush. HEX triplet: 40, 3F and 38. RGB value is (64,63,56). Sum of RGB (Red+Green+Blue) = 64+63+56=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 64 - color contains mainly: red. Hex color #403F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F38 is #BFC0C7. Grayscale: #3E3E3E. Windows color (decimal): -12566728 or 3686208. OLE color: 3686208.
HSL color Cylindrical-coordinate representation of color #403F38: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403F38 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 56 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.75 |
| HSL | 52.5º | 0.07% | 0.24% | - |
| HSV(B) | 52.5º | 0.13% | 0.25% | - |
| XYZ | 4.61 | 4.93 | 4.45 | - |
| YUV | 62.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 56 | 0 | 0.02 | 0.13 | 0.75 | 52.5 | 0.07 | 0.24 |
| Hex | 40 | 3F | 38 | 0 | 2 | D | 4B | 34 | 7 | 18 |
| Octal | 100 | 77 | 70 | 0 | 2 | 15 | 113 | 64 | 7 | 30 |
| Binary | 1000000 | 111111 | 111000 | 0 | 10 | 1101 | 1001011 | 110100 | 111 | 11000 |
Color Harmonies of #403F38
Complementary color
Monochromatic Colors of #403F38
Black with #403F38
Text Example
Text Example
White with #403F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F38; }
p { color: rgb(64,63,56); }
H1.HeaderClassName
{
color: #403F38;
}
.AnyTagClassName
{
color: #403F38;
}
</style>
background-color css
<style>
a { background-color: #403F38; }
a { background-color: rgb(64,63,56); }
div.DivClassName
{
background-color: #403F38;
}
.BgClassName
{
background-color: #403F38;
}
</style>
border-color css
<style>
span { border-color: #403F38; }
span { border-color: rgb(64,63,56); }
td.TdClassName
{
border-color: #403F38;
}
.TagClassName
{
border-color: #403F38;
}
</style>