Shades of Woodrush #403D24
Tints of Woodrush #403D24
RGB
CMYK
RGB Variations
Color information
#403D24 (or 0x403D24) is known color: Woodrush. HEX triplet: 40, 3D and 24. RGB value is (64,61,36). Sum of RGB (Red+Green+Blue) = 64+61+36=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D24 is #BFC2DB. Grayscale: #3B3B3B. Windows color (decimal): -12567260 or 2374976. OLE color: 2374976.
HSL color Cylindrical-coordinate representation of color #403D24: hue angle of 53.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403D24 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 36 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.75 |
| HSL | 53.57º | 0.28% | 0.2% | - |
| HSV(B) | 53.57º | 0.44% | 0.25% | - |
| XYZ | 4.1 | 4.55 | 2.33 | - |
| YUV | 59.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 36 | 0 | 0.05 | 0.44 | 0.75 | 53.57 | 0.28 | 0.2 |
| Hex | 40 | 3D | 24 | 0 | 5 | 2C | 4B | 36 | 1C | 14 |
| Octal | 100 | 75 | 44 | 0 | 5 | 54 | 113 | 66 | 34 | 24 |
| Binary | 1000000 | 111101 | 100100 | 0 | 101 | 101100 | 1001011 | 110110 | 11100 | 10100 |
Color Harmonies of #403D24
Complementary color
Monochromatic Colors of #403D24
Black with #403D24
Text Example
Text Example
White with #403D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D24; }
p { color: rgb(64,61,36); }
H1.HeaderClassName
{
color: #403D24;
}
.AnyTagClassName
{
color: #403D24;
}
</style>
background-color css
<style>
a { background-color: #403D24; }
a { background-color: rgb(64,61,36); }
div.DivClassName
{
background-color: #403D24;
}
.BgClassName
{
background-color: #403D24;
}
</style>
border-color css
<style>
span { border-color: #403D24; }
span { border-color: rgb(64,61,36); }
td.TdClassName
{
border-color: #403D24;
}
.TagClassName
{
border-color: #403D24;
}
</style>