Shades of Woodrush #413F31
Tints of Woodrush #413F31
RGB
CMYK
RGB Variations
Color information
#413F31 (or 0x413F31) is known color: Woodrush. HEX triplet: 41, 3F and 31. RGB value is (65,63,49). Sum of RGB (Red+Green+Blue) = 65+63+49=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F31 is #BEC0CE. Grayscale: #3E3E3E. Windows color (decimal): -12501199 or 3227457. OLE color: 3227457.
HSL color Cylindrical-coordinate representation of color #413F31: hue angle of 52.5º 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 #413F31 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 49 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.75 |
| HSL | 52.5º | 0.14% | 0.22% | - |
| HSV(B) | 52.5º | 0.25% | 0.25% | - |
| XYZ | 4.51 | 4.9 | 3.61 | - |
| YUV | 62 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 49 | 0 | 0.03 | 0.25 | 0.75 | 52.5 | 0.14 | 0.22 |
| Hex | 41 | 3F | 31 | 0 | 3 | 19 | 4B | 34 | E | 16 |
| Octal | 101 | 77 | 61 | 0 | 3 | 31 | 113 | 64 | 16 | 26 |
| Binary | 1000001 | 111111 | 110001 | 0 | 11 | 11001 | 1001011 | 110100 | 1110 | 10110 |
Color Harmonies of #413F31
Complementary color
Monochromatic Colors of #413F31
Black with #413F31
Text Example
Text Example
White with #413F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F31; }
p { color: rgb(65,63,49); }
H1.HeaderClassName
{
color: #413F31;
}
.AnyTagClassName
{
color: #413F31;
}
</style>
background-color css
<style>
a { background-color: #413F31; }
a { background-color: rgb(65,63,49); }
div.DivClassName
{
background-color: #413F31;
}
.BgClassName
{
background-color: #413F31;
}
</style>
border-color css
<style>
span { border-color: #413F31; }
span { border-color: rgb(65,63,49); }
td.TdClassName
{
border-color: #413F31;
}
.TagClassName
{
border-color: #413F31;
}
</style>