Shades of Woodrush #413E20
Tints of Woodrush #413E20
RGB
CMYK
RGB Variations
Color information
#413E20 (or 0x413E20) is known color: Woodrush. HEX triplet: 41, 3E and 20. RGB value is (65,62,32). Sum of RGB (Red+Green+Blue) = 65+62+32=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E20 is #BEC1DF. Grayscale: #3B3B3B. Windows color (decimal): -12501472 or 2113089. OLE color: 2113089.
HSL color Cylindrical-coordinate representation of color #413E20: hue angle of 54.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413E20 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 32 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.75 |
| HSL | 54.55º | 0.34% | 0.19% | - |
| HSV(B) | 54.55º | 0.51% | 0.25% | - |
| XYZ | 4.16 | 4.67 | 2.05 | - |
| YUV | 59.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 32 | 0 | 0.05 | 0.51 | 0.75 | 54.55 | 0.34 | 0.19 |
| Hex | 41 | 3E | 20 | 0 | 5 | 33 | 4B | 37 | 22 | 13 |
| Octal | 101 | 76 | 40 | 0 | 5 | 63 | 113 | 67 | 42 | 23 |
| Binary | 1000001 | 111110 | 100000 | 0 | 101 | 110011 | 1001011 | 110111 | 100010 | 10011 |
Color Harmonies of #413E20
Complementary color
Monochromatic Colors of #413E20
Black with #413E20
Text Example
Text Example
White with #413E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E20; }
p { color: rgb(65,62,32); }
H1.HeaderClassName
{
color: #413E20;
}
.AnyTagClassName
{
color: #413E20;
}
</style>
background-color css
<style>
a { background-color: #413E20; }
a { background-color: rgb(65,62,32); }
div.DivClassName
{
background-color: #413E20;
}
.BgClassName
{
background-color: #413E20;
}
</style>
border-color css
<style>
span { border-color: #413E20; }
span { border-color: rgb(65,62,32); }
td.TdClassName
{
border-color: #413E20;
}
.TagClassName
{
border-color: #413E20;
}
</style>