Shades of Woodrush #413E35
Tints of Woodrush #413E35
RGB
CMYK
RGB Variations
Color information
#413E35 (or 0x413E35) is known color: Woodrush. HEX triplet: 41, 3E and 35. RGB value is (65,62,53). Sum of RGB (Red+Green+Blue) = 65+62+53=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #413E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E35 is #BEC1CA. Grayscale: #3D3D3D. Windows color (decimal): -12501451 or 3489345. OLE color: 3489345.
HSL color Cylindrical-coordinate representation of color #413E35: hue angle of 45º 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 #413E35 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 53 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.75 |
| HSL | 45º | 0.1% | 0.23% | - |
| HSV(B) | 45º | 0.18% | 0.25% | - |
| XYZ | 4.55 | 4.83 | 4.06 | - |
| YUV | 61.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 53 | 0 | 0.05 | 0.18 | 0.75 | 45 | 0.1 | 0.23 |
| Hex | 41 | 3E | 35 | 0 | 5 | 12 | 4B | 2D | A | 17 |
| Octal | 101 | 76 | 65 | 0 | 5 | 22 | 113 | 55 | 12 | 27 |
| Binary | 1000001 | 111110 | 110101 | 0 | 101 | 10010 | 1001011 | 101101 | 1010 | 10111 |
Color Harmonies of #413E35
Complementary color
Monochromatic Colors of #413E35
Black with #413E35
Text Example
Text Example
White with #413E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E35; }
p { color: rgb(65,62,53); }
H1.HeaderClassName
{
color: #413E35;
}
.AnyTagClassName
{
color: #413E35;
}
</style>
background-color css
<style>
a { background-color: #413E35; }
a { background-color: rgb(65,62,53); }
div.DivClassName
{
background-color: #413E35;
}
.BgClassName
{
background-color: #413E35;
}
</style>
border-color css
<style>
span { border-color: #413E35; }
span { border-color: rgb(65,62,53); }
td.TdClassName
{
border-color: #413E35;
}
.TagClassName
{
border-color: #413E35;
}
</style>