Shades of Woodrush #403F34
Tints of Woodrush #403F34
RGB
CMYK
RGB Variations
Color information
#403F34 (or 0x403F34) is known color: Woodrush. HEX triplet: 40, 3F and 34. RGB value is (64,63,52). Sum of RGB (Red+Green+Blue) = 64+63+52=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 64 - color contains mainly: red. Hex color #403F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F34 is #BFC0CB. Grayscale: #3E3E3E. Windows color (decimal): -12566732 or 3424064. OLE color: 3424064.
HSL color Cylindrical-coordinate representation of color #403F34: hue angle of 55º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #403F34 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 52 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.75 |
| HSL | 55º | 0.1% | 0.23% | - |
| HSV(B) | 55º | 0.19% | 0.25% | - |
| XYZ | 4.51 | 4.89 | 3.96 | - |
| YUV | 62.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 52 | 0 | 0.02 | 0.19 | 0.75 | 55 | 0.1 | 0.23 |
| Hex | 40 | 3F | 34 | 0 | 2 | 13 | 4B | 37 | A | 17 |
| Octal | 100 | 77 | 64 | 0 | 2 | 23 | 113 | 67 | 12 | 27 |
| Binary | 1000000 | 111111 | 110100 | 0 | 10 | 10011 | 1001011 | 110111 | 1010 | 10111 |
Color Harmonies of #403F34
Complementary color
Monochromatic Colors of #403F34
Black with #403F34
Text Example
Text Example
White with #403F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F34; }
p { color: rgb(64,63,52); }
H1.HeaderClassName
{
color: #403F34;
}
.AnyTagClassName
{
color: #403F34;
}
</style>
background-color css
<style>
a { background-color: #403F34; }
a { background-color: rgb(64,63,52); }
div.DivClassName
{
background-color: #403F34;
}
.BgClassName
{
background-color: #403F34;
}
</style>
border-color css
<style>
span { border-color: #403F34; }
span { border-color: rgb(64,63,52); }
td.TdClassName
{
border-color: #403F34;
}
.TagClassName
{
border-color: #403F34;
}
</style>