Shades of Woodrush #403D30
Tints of Woodrush #403D30
RGB
CMYK
RGB Variations
Color information
#403D30 (or 0x403D30) is known color: Woodrush. HEX triplet: 40, 3D and 30. RGB value is (64,61,48). Sum of RGB (Red+Green+Blue) = 64+61+48=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D30 is #BFC2CF. Grayscale: #3C3C3C. Windows color (decimal): -12567248 or 3161408. OLE color: 3161408.
HSL color Cylindrical-coordinate representation of color #403D30: hue angle of 48.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403D30 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 48 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.75 |
| HSL | 48.75º | 0.14% | 0.22% | - |
| HSV(B) | 48.75º | 0.25% | 0.25% | - |
| XYZ | 4.32 | 4.64 | 3.46 | - |
| YUV | 60.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 48 | 0 | 0.05 | 0.25 | 0.75 | 48.75 | 0.14 | 0.22 |
| Hex | 40 | 3D | 30 | 0 | 5 | 19 | 4B | 31 | E | 16 |
| Octal | 100 | 75 | 60 | 0 | 5 | 31 | 113 | 61 | 16 | 26 |
| Binary | 1000000 | 111101 | 110000 | 0 | 101 | 11001 | 1001011 | 110001 | 1110 | 10110 |
Color Harmonies of #403D30
Complementary color
Monochromatic Colors of #403D30
Black with #403D30
Text Example
Text Example
White with #403D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D30; }
p { color: rgb(64,61,48); }
H1.HeaderClassName
{
color: #403D30;
}
.AnyTagClassName
{
color: #403D30;
}
</style>
background-color css
<style>
a { background-color: #403D30; }
a { background-color: rgb(64,61,48); }
div.DivClassName
{
background-color: #403D30;
}
.BgClassName
{
background-color: #403D30;
}
</style>
border-color css
<style>
span { border-color: #403D30; }
span { border-color: rgb(64,61,48); }
td.TdClassName
{
border-color: #403D30;
}
.TagClassName
{
border-color: #403D30;
}
</style>