Shades of Woodrush #413E31
Tints of Woodrush #413E31
RGB
CMYK
RGB Variations
Color information
#413E31 (or 0x413E31) is known color: Woodrush. HEX triplet: 41, 3E and 31. RGB value is (65,62,49). Sum of RGB (Red+Green+Blue) = 65+62+49=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E31 is #BEC1CE. Grayscale: #3D3D3D. Windows color (decimal): -12501455 or 3227201. OLE color: 3227201.
HSL color Cylindrical-coordinate representation of color #413E31: hue angle of 48.75º 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 #413E31 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 49 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.75 |
| HSL | 48.75º | 0.14% | 0.22% | - |
| HSV(B) | 48.75º | 0.25% | 0.25% | - |
| XYZ | 4.46 | 4.79 | 3.6 | - |
| YUV | 61.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 49 | 0 | 0.05 | 0.25 | 0.75 | 48.75 | 0.14 | 0.22 |
| Hex | 41 | 3E | 31 | 0 | 5 | 19 | 4B | 31 | E | 16 |
| Octal | 101 | 76 | 61 | 0 | 5 | 31 | 113 | 61 | 16 | 26 |
| Binary | 1000001 | 111110 | 110001 | 0 | 101 | 11001 | 1001011 | 110001 | 1110 | 10110 |
Color Harmonies of #413E31
Complementary color
Monochromatic Colors of #413E31
Black with #413E31
Text Example
Text Example
White with #413E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E31; }
p { color: rgb(65,62,49); }
H1.HeaderClassName
{
color: #413E31;
}
.AnyTagClassName
{
color: #413E31;
}
</style>
background-color css
<style>
a { background-color: #413E31; }
a { background-color: rgb(65,62,49); }
div.DivClassName
{
background-color: #413E31;
}
.BgClassName
{
background-color: #413E31;
}
</style>
border-color css
<style>
span { border-color: #413E31; }
span { border-color: rgb(65,62,49); }
td.TdClassName
{
border-color: #413E31;
}
.TagClassName
{
border-color: #413E31;
}
</style>