Shades of Woodrush #403D2B
Tints of Woodrush #403D2B
RGB
CMYK
RGB Variations
Color information
#403D2B (or 0x403D2B) is known color: Woodrush. HEX triplet: 40, 3D and 2B. RGB value is (64,61,43). Sum of RGB (Red+Green+Blue) = 64+61+43=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D2B is #BFC2D4. Grayscale: #3B3B3B. Windows color (decimal): -12567253 or 2833728. OLE color: 2833728.
HSL color Cylindrical-coordinate representation of color #403D2B: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #403D2B is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 43 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.75 |
| HSL | 51.43º | 0.2% | 0.21% | - |
| HSV(B) | 51.43º | 0.33% | 0.25% | - |
| XYZ | 4.22 | 4.6 | 2.95 | - |
| YUV | 59.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 43 | 0 | 0.05 | 0.33 | 0.75 | 51.43 | 0.2 | 0.21 |
| Hex | 40 | 3D | 2B | 0 | 5 | 21 | 4B | 33 | 14 | 15 |
| Octal | 100 | 75 | 53 | 0 | 5 | 41 | 113 | 63 | 24 | 25 |
| Binary | 1000000 | 111101 | 101011 | 0 | 101 | 100001 | 1001011 | 110011 | 10100 | 10101 |
Color Harmonies of #403D2B
Complementary color
Monochromatic Colors of #403D2B
Black with #403D2B
Text Example
Text Example
White with #403D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D2B; }
p { color: rgb(64,61,43); }
H1.HeaderClassName
{
color: #403D2B;
}
.AnyTagClassName
{
color: #403D2B;
}
</style>
background-color css
<style>
a { background-color: #403D2B; }
a { background-color: rgb(64,61,43); }
div.DivClassName
{
background-color: #403D2B;
}
.BgClassName
{
background-color: #403D2B;
}
</style>
border-color css
<style>
span { border-color: #403D2B; }
span { border-color: rgb(64,61,43); }
td.TdClassName
{
border-color: #403D2B;
}
.TagClassName
{
border-color: #403D2B;
}
</style>