Shades of Woodrush #413F1E
Tints of Woodrush #413F1E
RGB
CMYK
RGB Variations
Color information
#413F1E (or 0x413F1E) is known color: Woodrush. HEX triplet: 41, 3F and 1E. RGB value is (65,63,30). Sum of RGB (Red+Green+Blue) = 65+63+30=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1E is #BEC0E1. Grayscale: #3B3B3B. Windows color (decimal): -12501218 or 1982273. OLE color: 1982273.
HSL color Cylindrical-coordinate representation of color #413F1E: hue angle of 56.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413F1E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 30 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.75 |
| HSL | 56.57º | 0.37% | 0.19% | - |
| HSV(B) | 56.57º | 0.54% | 0.25% | - |
| XYZ | 4.19 | 4.77 | 1.93 | - |
| YUV | 59.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 30 | 0 | 0.03 | 0.54 | 0.75 | 56.57 | 0.37 | 0.19 |
| Hex | 41 | 3F | 1E | 0 | 3 | 36 | 4B | 39 | 25 | 13 |
| Octal | 101 | 77 | 36 | 0 | 3 | 66 | 113 | 71 | 45 | 23 |
| Binary | 1000001 | 111111 | 11110 | 0 | 11 | 110110 | 1001011 | 111001 | 100101 | 10011 |
Color Harmonies of #413F1E
Complementary color
Monochromatic Colors of #413F1E
Black with #413F1E
Text Example
Text Example
White with #413F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F1E; }
p { color: rgb(65,63,30); }
H1.HeaderClassName
{
color: #413F1E;
}
.AnyTagClassName
{
color: #413F1E;
}
</style>
background-color css
<style>
a { background-color: #413F1E; }
a { background-color: rgb(65,63,30); }
div.DivClassName
{
background-color: #413F1E;
}
.BgClassName
{
background-color: #413F1E;
}
</style>
border-color css
<style>
span { border-color: #413F1E; }
span { border-color: rgb(65,63,30); }
td.TdClassName
{
border-color: #413F1E;
}
.TagClassName
{
border-color: #413F1E;
}
</style>