Shades of Woodrush #403D34
Tints of Woodrush #403D34
RGB
CMYK
RGB Variations
Color information
#403D34 (or 0x403D34) is known color: Woodrush. HEX triplet: 40, 3D and 34. RGB value is (64,61,52). Sum of RGB (Red+Green+Blue) = 64+61+52=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D34 is #BFC2CB. Grayscale: #3C3C3C. Windows color (decimal): -12567244 or 3423552. OLE color: 3423552.
HSL color Cylindrical-coordinate representation of color #403D34: hue angle of 45º 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 #403D34 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 52 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.75 |
| HSL | 45º | 0.1% | 0.23% | - |
| HSV(B) | 45º | 0.19% | 0.25% | - |
| XYZ | 4.4 | 4.68 | 3.92 | - |
| YUV | 60.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 52 | 0 | 0.05 | 0.19 | 0.75 | 45 | 0.1 | 0.23 |
| Hex | 40 | 3D | 34 | 0 | 5 | 13 | 4B | 2D | A | 17 |
| Octal | 100 | 75 | 64 | 0 | 5 | 23 | 113 | 55 | 12 | 27 |
| Binary | 1000000 | 111101 | 110100 | 0 | 101 | 10011 | 1001011 | 101101 | 1010 | 10111 |
Color Harmonies of #403D34
Complementary color
Monochromatic Colors of #403D34
Black with #403D34
Text Example
Text Example
White with #403D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D34; }
p { color: rgb(64,61,52); }
H1.HeaderClassName
{
color: #403D34;
}
.AnyTagClassName
{
color: #403D34;
}
</style>
background-color css
<style>
a { background-color: #403D34; }
a { background-color: rgb(64,61,52); }
div.DivClassName
{
background-color: #403D34;
}
.BgClassName
{
background-color: #403D34;
}
</style>
border-color css
<style>
span { border-color: #403D34; }
span { border-color: rgb(64,61,52); }
td.TdClassName
{
border-color: #403D34;
}
.TagClassName
{
border-color: #403D34;
}
</style>