Shades of Woodrush #403D20
Tints of Woodrush #403D20
RGB
CMYK
RGB Variations
Color information
#403D20 (or 0x403D20) is known color: Woodrush. HEX triplet: 40, 3D and 20. RGB value is (64,61,32). Sum of RGB (Red+Green+Blue) = 64+61+32=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D20 is #BFC2DF. Grayscale: #3A3A3A. Windows color (decimal): -12567264 or 2112832. OLE color: 2112832.
HSL color Cylindrical-coordinate representation of color #403D20: hue angle of 54.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403D20 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 32 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.75 |
| HSL | 54.38º | 0.33% | 0.19% | - |
| HSV(B) | 54.38º | 0.5% | 0.25% | - |
| XYZ | 4.04 | 4.53 | 2.03 | - |
| YUV | 58.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 32 | 0 | 0.05 | 0.50 | 0.75 | 54.38 | 0.33 | 0.19 |
| Hex | 40 | 3D | 20 | 0 | 5 | 32 | 4B | 36 | 21 | 13 |
| Octal | 100 | 75 | 40 | 0 | 5 | 62 | 113 | 66 | 41 | 23 |
| Binary | 1000000 | 111101 | 100000 | 0 | 101 | 110010 | 1001011 | 110110 | 100001 | 10011 |
Color Harmonies of #403D20
Complementary color
Monochromatic Colors of #403D20
Black with #403D20
Text Example
Text Example
White with #403D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D20; }
p { color: rgb(64,61,32); }
H1.HeaderClassName
{
color: #403D20;
}
.AnyTagClassName
{
color: #403D20;
}
</style>
background-color css
<style>
a { background-color: #403D20; }
a { background-color: rgb(64,61,32); }
div.DivClassName
{
background-color: #403D20;
}
.BgClassName
{
background-color: #403D20;
}
</style>
border-color css
<style>
span { border-color: #403D20; }
span { border-color: rgb(64,61,32); }
td.TdClassName
{
border-color: #403D20;
}
.TagClassName
{
border-color: #403D20;
}
</style>