Shades of Woodrush #413E22
Tints of Woodrush #413E22
RGB
CMYK
RGB Variations
Color information
#413E22 (or 0x413E22) is known color: Woodrush. HEX triplet: 41, 3E and 22. RGB value is (65,62,34). Sum of RGB (Red+Green+Blue) = 65+62+34=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E22 is #BEC1DD. Grayscale: #3B3B3B. Windows color (decimal): -12501470 or 2244161. OLE color: 2244161.
HSL color Cylindrical-coordinate representation of color #413E22: hue angle of 54.19º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413E22 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 34 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.75 |
| HSL | 54.19º | 0.31% | 0.19% | - |
| HSV(B) | 54.19º | 0.48% | 0.25% | - |
| XYZ | 4.19 | 4.68 | 2.2 | - |
| YUV | 59.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 34 | 0 | 0.05 | 0.48 | 0.75 | 54.19 | 0.31 | 0.19 |
| Hex | 41 | 3E | 22 | 0 | 5 | 30 | 4B | 36 | 1F | 13 |
| Octal | 101 | 76 | 42 | 0 | 5 | 60 | 113 | 66 | 37 | 23 |
| Binary | 1000001 | 111110 | 100010 | 0 | 101 | 110000 | 1001011 | 110110 | 11111 | 10011 |
Color Harmonies of #413E22
Complementary color
Monochromatic Colors of #413E22
Black with #413E22
Text Example
Text Example
White with #413E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E22; }
p { color: rgb(65,62,34); }
H1.HeaderClassName
{
color: #413E22;
}
.AnyTagClassName
{
color: #413E22;
}
</style>
background-color css
<style>
a { background-color: #413E22; }
a { background-color: rgb(65,62,34); }
div.DivClassName
{
background-color: #413E22;
}
.BgClassName
{
background-color: #413E22;
}
</style>
border-color css
<style>
span { border-color: #413E22; }
span { border-color: rgb(65,62,34); }
td.TdClassName
{
border-color: #413E22;
}
.TagClassName
{
border-color: #413E22;
}
</style>