Shades of Woodrush #413D24
Tints of Woodrush #413D24
RGB
CMYK
RGB Variations
Color information
#413D24 (or 0x413D24) is known color: Woodrush. HEX triplet: 41, 3D and 24. RGB value is (65,61,36). Sum of RGB (Red+Green+Blue) = 65+61+36=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D24 is #BEC2DB. Grayscale: #3B3B3B. Windows color (decimal): -12501724 or 2374977. OLE color: 2374977.
HSL color Cylindrical-coordinate representation of color #413D24: hue angle of 51.72º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413D24 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 36 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.75 |
| HSL | 51.72º | 0.29% | 0.2% | - |
| HSV(B) | 51.72º | 0.45% | 0.25% | - |
| XYZ | 4.17 | 4.59 | 2.34 | - |
| YUV | 59.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 36 | 0 | 0.06 | 0.45 | 0.75 | 51.72 | 0.29 | 0.2 |
| Hex | 41 | 3D | 24 | 0 | 6 | 2D | 4B | 34 | 1D | 14 |
| Octal | 101 | 75 | 44 | 0 | 6 | 55 | 113 | 64 | 35 | 24 |
| Binary | 1000001 | 111101 | 100100 | 0 | 110 | 101101 | 1001011 | 110100 | 11101 | 10100 |
Color Harmonies of #413D24
Complementary color
Monochromatic Colors of #413D24
Black with #413D24
Text Example
Text Example
White with #413D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D24; }
p { color: rgb(65,61,36); }
H1.HeaderClassName
{
color: #413D24;
}
.AnyTagClassName
{
color: #413D24;
}
</style>
background-color css
<style>
a { background-color: #413D24; }
a { background-color: rgb(65,61,36); }
div.DivClassName
{
background-color: #413D24;
}
.BgClassName
{
background-color: #413D24;
}
</style>
border-color css
<style>
span { border-color: #413D24; }
span { border-color: rgb(65,61,36); }
td.TdClassName
{
border-color: #413D24;
}
.TagClassName
{
border-color: #413D24;
}
</style>