Shades of Woodrush #403D32
Tints of Woodrush #403D32
RGB
CMYK
RGB Variations
Color information
#403D32 (or 0x403D32) is known color: Woodrush. HEX triplet: 40, 3D and 32. RGB value is (64,61,50). Sum of RGB (Red+Green+Blue) = 64+61+50=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #403D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D32 is #BFC2CD. Grayscale: #3C3C3C. Windows color (decimal): -12567246 or 3292480. OLE color: 3292480.
HSL color Cylindrical-coordinate representation of color #403D32: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403D32 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 50 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.75 |
| HSL | 47.14º | 0.12% | 0.22% | - |
| HSV(B) | 47.14º | 0.22% | 0.25% | - |
| XYZ | 4.36 | 4.66 | 3.69 | - |
| YUV | 60.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 50 | 0 | 0.05 | 0.22 | 0.75 | 47.14 | 0.12 | 0.22 |
| Hex | 40 | 3D | 32 | 0 | 5 | 16 | 4B | 2F | C | 16 |
| Octal | 100 | 75 | 62 | 0 | 5 | 26 | 113 | 57 | 14 | 26 |
| Binary | 1000000 | 111101 | 110010 | 0 | 101 | 10110 | 1001011 | 101111 | 1100 | 10110 |
Color Harmonies of #403D32
Complementary color
Monochromatic Colors of #403D32
Black with #403D32
Text Example
Text Example
White with #403D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D32; }
p { color: rgb(64,61,50); }
H1.HeaderClassName
{
color: #403D32;
}
.AnyTagClassName
{
color: #403D32;
}
</style>
background-color css
<style>
a { background-color: #403D32; }
a { background-color: rgb(64,61,50); }
div.DivClassName
{
background-color: #403D32;
}
.BgClassName
{
background-color: #403D32;
}
</style>
border-color css
<style>
span { border-color: #403D32; }
span { border-color: rgb(64,61,50); }
td.TdClassName
{
border-color: #403D32;
}
.TagClassName
{
border-color: #403D32;
}
</style>