Shades of Woodrush #413D32
Tints of Woodrush #413D32
RGB
CMYK
RGB Variations
Color information
#413D32 (or 0x413D32) is known color: Woodrush. HEX triplet: 41, 3D and 32. RGB value is (65,61,50). Sum of RGB (Red+Green+Blue) = 65+61+50=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D32 is #BEC2CD. Grayscale: #3C3C3C. Windows color (decimal): -12501710 or 3292481. OLE color: 3292481.
HSL color Cylindrical-coordinate representation of color #413D32: hue angle of 44º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413D32 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 50 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.75 |
| HSL | 44º | 0.13% | 0.23% | - |
| HSV(B) | 44º | 0.23% | 0.25% | - |
| XYZ | 4.42 | 4.69 | 3.69 | - |
| YUV | 60.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 50 | 0 | 0.06 | 0.23 | 0.75 | 44 | 0.13 | 0.23 |
| Hex | 41 | 3D | 32 | 0 | 6 | 17 | 4B | 2C | D | 17 |
| Octal | 101 | 75 | 62 | 0 | 6 | 27 | 113 | 54 | 15 | 27 |
| Binary | 1000001 | 111101 | 110010 | 0 | 110 | 10111 | 1001011 | 101100 | 1101 | 10111 |
Color Harmonies of #413D32
Complementary color
Monochromatic Colors of #413D32
Black with #413D32
Text Example
Text Example
White with #413D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D32; }
p { color: rgb(65,61,50); }
H1.HeaderClassName
{
color: #413D32;
}
.AnyTagClassName
{
color: #413D32;
}
</style>
background-color css
<style>
a { background-color: #413D32; }
a { background-color: rgb(65,61,50); }
div.DivClassName
{
background-color: #413D32;
}
.BgClassName
{
background-color: #413D32;
}
</style>
border-color css
<style>
span { border-color: #413D32; }
span { border-color: rgb(65,61,50); }
td.TdClassName
{
border-color: #413D32;
}
.TagClassName
{
border-color: #413D32;
}
</style>