Shades of Woodrush #41403D
Tints of Woodrush #41403D
RGB
CMYK
RGB Variations
Color information
#41403D (or 0x41403D) is known color: Woodrush. HEX triplet: 41, 40 and 3D. RGB value is (65,64,61). Sum of RGB (Red+Green+Blue) = 65+64+61=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 65 - color contains mainly: red. Hex color #41403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41403D is #BEBFC2. Grayscale: #3F3F3F. Windows color (decimal): -12500931 or 4014145. OLE color: 4014145.
HSL color Cylindrical-coordinate representation of color #41403D: hue angle of 45º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #41403D is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 61 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.75 |
| HSL | 45º | 0.03% | 0.25% | - |
| HSV(B) | 45º | 0.06% | 0.25% | - |
| XYZ | 4.86 | 5.13 | 5.15 | - |
| YUV | 63.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 61 | 0 | 0.02 | 0.06 | 0.75 | 45 | 0.03 | 0.25 |
| Hex | 41 | 40 | 3D | 0 | 2 | 6 | 4B | 2D | 3 | 19 |
| Octal | 101 | 100 | 75 | 0 | 2 | 6 | 113 | 55 | 3 | 31 |
| Binary | 1000001 | 1000000 | 111101 | 0 | 10 | 110 | 1001011 | 101101 | 11 | 11001 |
Color Harmonies of #41403D
Complementary color
Monochromatic Colors of #41403D
Black with #41403D
Text Example
Text Example
White with #41403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41403D; }
p { color: rgb(65,64,61); }
H1.HeaderClassName
{
color: #41403D;
}
.AnyTagClassName
{
color: #41403D;
}
</style>
background-color css
<style>
a { background-color: #41403D; }
a { background-color: rgb(65,64,61); }
div.DivClassName
{
background-color: #41403D;
}
.BgClassName
{
background-color: #41403D;
}
</style>
border-color css
<style>
span { border-color: #41403D; }
span { border-color: rgb(65,64,61); }
td.TdClassName
{
border-color: #41403D;
}
.TagClassName
{
border-color: #41403D;
}
</style>