Shades of Woodrush #413F20
Tints of Woodrush #413F20
RGB
CMYK
RGB Variations
Color information
#413F20 (or 0x413F20) is known color: Woodrush. HEX triplet: 41, 3F and 20. RGB value is (65,63,32). Sum of RGB (Red+Green+Blue) = 65+63+32=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #413F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F20 is #BEC0DF. Grayscale: #3C3C3C. Windows color (decimal): -12501216 or 2113345. OLE color: 2113345.
HSL color Cylindrical-coordinate representation of color #413F20: hue angle of 56.36º 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 #413F20 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 32 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.75 |
| HSL | 56.36º | 0.34% | 0.19% | - |
| HSV(B) | 56.36º | 0.51% | 0.25% | - |
| XYZ | 4.22 | 4.78 | 2.07 | - |
| YUV | 60.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 32 | 0 | 0.03 | 0.51 | 0.75 | 56.36 | 0.34 | 0.19 |
| Hex | 41 | 3F | 20 | 0 | 3 | 33 | 4B | 38 | 22 | 13 |
| Octal | 101 | 77 | 40 | 0 | 3 | 63 | 113 | 70 | 42 | 23 |
| Binary | 1000001 | 111111 | 100000 | 0 | 11 | 110011 | 1001011 | 111000 | 100010 | 10011 |
Color Harmonies of #413F20
Complementary color
Monochromatic Colors of #413F20
Black with #413F20
Text Example
Text Example
White with #413F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F20; }
p { color: rgb(65,63,32); }
H1.HeaderClassName
{
color: #413F20;
}
.AnyTagClassName
{
color: #413F20;
}
</style>
background-color css
<style>
a { background-color: #413F20; }
a { background-color: rgb(65,63,32); }
div.DivClassName
{
background-color: #413F20;
}
.BgClassName
{
background-color: #413F20;
}
</style>
border-color css
<style>
span { border-color: #413F20; }
span { border-color: rgb(65,63,32); }
td.TdClassName
{
border-color: #413F20;
}
.TagClassName
{
border-color: #413F20;
}
</style>