Shades of Woodrush #403C2F
Tints of Woodrush #403C2F
RGB
CMYK
RGB Variations
Color information
#403C2F (or 0x403C2F) is known color: Woodrush. HEX triplet: 40, 3C and 2F. RGB value is (64,60,47). Sum of RGB (Red+Green+Blue) = 64+60+47=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C2F is #BFC3D0. Grayscale: #3B3B3B. Windows color (decimal): -12567505 or 3095616. OLE color: 3095616.
HSL color Cylindrical-coordinate representation of color #403C2F: hue angle of 45.88º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403C2F is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 47 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.75 |
| HSL | 45.88º | 0.15% | 0.22% | - |
| HSV(B) | 45.88º | 0.27% | 0.25% | - |
| XYZ | 4.24 | 4.53 | 3.34 | - |
| YUV | 59.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 47 | 0 | 0.06 | 0.27 | 0.75 | 45.88 | 0.15 | 0.22 |
| Hex | 40 | 3C | 2F | 0 | 6 | 1B | 4B | 2E | F | 16 |
| Octal | 100 | 74 | 57 | 0 | 6 | 33 | 113 | 56 | 17 | 26 |
| Binary | 1000000 | 111100 | 101111 | 0 | 110 | 11011 | 1001011 | 101110 | 1111 | 10110 |
Color Harmonies of #403C2F
Complementary color
Monochromatic Colors of #403C2F
Black with #403C2F
Text Example
Text Example
White with #403C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C2F; }
p { color: rgb(64,60,47); }
H1.HeaderClassName
{
color: #403C2F;
}
.AnyTagClassName
{
color: #403C2F;
}
</style>
background-color css
<style>
a { background-color: #403C2F; }
a { background-color: rgb(64,60,47); }
div.DivClassName
{
background-color: #403C2F;
}
.BgClassName
{
background-color: #403C2F;
}
</style>
border-color css
<style>
span { border-color: #403C2F; }
span { border-color: rgb(64,60,47); }
td.TdClassName
{
border-color: #403C2F;
}
.TagClassName
{
border-color: #403C2F;
}
</style>