Shades of Woodrush #41403B
Tints of Woodrush #41403B
RGB
CMYK
RGB Variations
Color information
#41403B (or 0x41403B) is known color: Woodrush. HEX triplet: 41, 40 and 3B. RGB value is (65,64,59). Sum of RGB (Red+Green+Blue) = 65+64+59=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 65 - color contains mainly: red. Hex color #41403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41403B is #BEBFC4. Grayscale: #3F3F3F. Windows color (decimal): -12500933 or 3883073. OLE color: 3883073.
HSL color Cylindrical-coordinate representation of color #41403B: hue angle of 50º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #41403B is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 59 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.75 |
| HSL | 50º | 0.05% | 0.24% | - |
| HSV(B) | 50º | 0.09% | 0.25% | - |
| XYZ | 4.8 | 5.11 | 4.87 | - |
| YUV | 63.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 59 | 0 | 0.02 | 0.09 | 0.75 | 50 | 0.05 | 0.24 |
| Hex | 41 | 40 | 3B | 0 | 2 | 9 | 4B | 32 | 5 | 18 |
| Octal | 101 | 100 | 73 | 0 | 2 | 11 | 113 | 62 | 5 | 30 |
| Binary | 1000001 | 1000000 | 111011 | 0 | 10 | 1001 | 1001011 | 110010 | 101 | 11000 |
Color Harmonies of #41403B
Complementary color
Monochromatic Colors of #41403B
Black with #41403B
Text Example
Text Example
White with #41403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41403B; }
p { color: rgb(65,64,59); }
H1.HeaderClassName
{
color: #41403B;
}
.AnyTagClassName
{
color: #41403B;
}
</style>
background-color css
<style>
a { background-color: #41403B; }
a { background-color: rgb(65,64,59); }
div.DivClassName
{
background-color: #41403B;
}
.BgClassName
{
background-color: #41403B;
}
</style>
border-color css
<style>
span { border-color: #41403B; }
span { border-color: rgb(65,64,59); }
td.TdClassName
{
border-color: #41403B;
}
.TagClassName
{
border-color: #41403B;
}
</style>