Shades of Woodrush #413F35
Tints of Woodrush #413F35
RGB
CMYK
RGB Variations
Color information
#413F35 (or 0x413F35) is known color: Woodrush. HEX triplet: 41, 3F and 35. RGB value is (65,63,53). Sum of RGB (Red+Green+Blue) = 65+63+53=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #413F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F35 is #BEC0CA. Grayscale: #3E3E3E. Windows color (decimal): -12501195 or 3489601. OLE color: 3489601.
HSL color Cylindrical-coordinate representation of color #413F35: hue angle of 50º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413F35 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 53 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.75 |
| HSL | 50º | 0.1% | 0.23% | - |
| HSV(B) | 50º | 0.18% | 0.25% | - |
| XYZ | 4.6 | 4.94 | 4.08 | - |
| YUV | 62.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 53 | 0 | 0.03 | 0.18 | 0.75 | 50 | 0.1 | 0.23 |
| Hex | 41 | 3F | 35 | 0 | 3 | 12 | 4B | 32 | A | 17 |
| Octal | 101 | 77 | 65 | 0 | 3 | 22 | 113 | 62 | 12 | 27 |
| Binary | 1000001 | 111111 | 110101 | 0 | 11 | 10010 | 1001011 | 110010 | 1010 | 10111 |
Color Harmonies of #413F35
Complementary color
Monochromatic Colors of #413F35
Black with #413F35
Text Example
Text Example
White with #413F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F35; }
p { color: rgb(65,63,53); }
H1.HeaderClassName
{
color: #413F35;
}
.AnyTagClassName
{
color: #413F35;
}
</style>
background-color css
<style>
a { background-color: #413F35; }
a { background-color: rgb(65,63,53); }
div.DivClassName
{
background-color: #413F35;
}
.BgClassName
{
background-color: #413F35;
}
</style>
border-color css
<style>
span { border-color: #413F35; }
span { border-color: rgb(65,63,53); }
td.TdClassName
{
border-color: #413F35;
}
.TagClassName
{
border-color: #413F35;
}
</style>