Shades of Woodrush #413D31
Tints of Woodrush #413D31
RGB
CMYK
RGB Variations
Color information
#413D31 (or 0x413D31) is known color: Woodrush. HEX triplet: 41, 3D and 31. RGB value is (65,61,49). Sum of RGB (Red+Green+Blue) = 65+61+49=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D31 is #BEC2CE. Grayscale: #3C3C3C. Windows color (decimal): -12501711 or 3226945. OLE color: 3226945.
HSL color Cylindrical-coordinate representation of color #413D31: hue angle of 45º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413D31 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 49 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.75 |
| HSL | 45º | 0.14% | 0.22% | - |
| HSV(B) | 45º | 0.25% | 0.25% | - |
| XYZ | 4.4 | 4.68 | 3.58 | - |
| YUV | 60.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 49 | 0 | 0.06 | 0.25 | 0.75 | 45 | 0.14 | 0.22 |
| Hex | 41 | 3D | 31 | 0 | 6 | 19 | 4B | 2D | E | 16 |
| Octal | 101 | 75 | 61 | 0 | 6 | 31 | 113 | 55 | 16 | 26 |
| Binary | 1000001 | 111101 | 110001 | 0 | 110 | 11001 | 1001011 | 101101 | 1110 | 10110 |
Color Harmonies of #413D31
Complementary color
Monochromatic Colors of #413D31
Black with #413D31
Text Example
Text Example
White with #413D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D31; }
p { color: rgb(65,61,49); }
H1.HeaderClassName
{
color: #413D31;
}
.AnyTagClassName
{
color: #413D31;
}
</style>
background-color css
<style>
a { background-color: #413D31; }
a { background-color: rgb(65,61,49); }
div.DivClassName
{
background-color: #413D31;
}
.BgClassName
{
background-color: #413D31;
}
</style>
border-color css
<style>
span { border-color: #413D31; }
span { border-color: rgb(65,61,49); }
td.TdClassName
{
border-color: #413D31;
}
.TagClassName
{
border-color: #413D31;
}
</style>