Shades of Woodrush #413F22
Tints of Woodrush #413F22
RGB
CMYK
RGB Variations
Color information
#413F22 (or 0x413F22) is known color: Woodrush. HEX triplet: 41, 3F and 22. RGB value is (65,63,34). Sum of RGB (Red+Green+Blue) = 65+63+34=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F22 is #BEC0DD. Grayscale: #3C3C3C. Windows color (decimal): -12501214 or 2244417. OLE color: 2244417.
HSL color Cylindrical-coordinate representation of color #413F22: hue angle of 56.13º 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 #413F22 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 34 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.75 |
| HSL | 56.13º | 0.31% | 0.19% | - |
| HSV(B) | 56.13º | 0.48% | 0.25% | - |
| XYZ | 4.25 | 4.79 | 2.21 | - |
| YUV | 60.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 34 | 0 | 0.03 | 0.48 | 0.75 | 56.13 | 0.31 | 0.19 |
| Hex | 41 | 3F | 22 | 0 | 3 | 30 | 4B | 38 | 1F | 13 |
| Octal | 101 | 77 | 42 | 0 | 3 | 60 | 113 | 70 | 37 | 23 |
| Binary | 1000001 | 111111 | 100010 | 0 | 11 | 110000 | 1001011 | 111000 | 11111 | 10011 |
Color Harmonies of #413F22
Complementary color
Monochromatic Colors of #413F22
Black with #413F22
Text Example
Text Example
White with #413F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F22; }
p { color: rgb(65,63,34); }
H1.HeaderClassName
{
color: #413F22;
}
.AnyTagClassName
{
color: #413F22;
}
</style>
background-color css
<style>
a { background-color: #413F22; }
a { background-color: rgb(65,63,34); }
div.DivClassName
{
background-color: #413F22;
}
.BgClassName
{
background-color: #413F22;
}
</style>
border-color css
<style>
span { border-color: #413F22; }
span { border-color: rgb(65,63,34); }
td.TdClassName
{
border-color: #413F22;
}
.TagClassName
{
border-color: #413F22;
}
</style>