Shades of Woodrush #413F27
Tints of Woodrush #413F27
RGB
CMYK
RGB Variations
Color information
#413F27 (or 0x413F27) is known color: Woodrush. HEX triplet: 41, 3F and 27. RGB value is (65,63,39). Sum of RGB (Red+Green+Blue) = 65+63+39=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F27 is #BEC0D8. Grayscale: #3C3C3C. Windows color (decimal): -12501209 or 2572097. OLE color: 2572097.
HSL color Cylindrical-coordinate representation of color #413F27: hue angle of 55.38º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413F27 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 39 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.75 |
| HSL | 55.38º | 0.25% | 0.2% | - |
| HSV(B) | 55.38º | 0.4% | 0.25% | - |
| XYZ | 4.32 | 4.83 | 2.62 | - |
| YUV | 60.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 39 | 0 | 0.03 | 0.40 | 0.75 | 55.38 | 0.25 | 0.2 |
| Hex | 41 | 3F | 27 | 0 | 3 | 28 | 4B | 37 | 19 | 14 |
| Octal | 101 | 77 | 47 | 0 | 3 | 50 | 113 | 67 | 31 | 24 |
| Binary | 1000001 | 111111 | 100111 | 0 | 11 | 101000 | 1001011 | 110111 | 11001 | 10100 |
Color Harmonies of #413F27
Complementary color
Monochromatic Colors of #413F27
Black with #413F27
Text Example
Text Example
White with #413F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F27; }
p { color: rgb(65,63,39); }
H1.HeaderClassName
{
color: #413F27;
}
.AnyTagClassName
{
color: #413F27;
}
</style>
background-color css
<style>
a { background-color: #413F27; }
a { background-color: rgb(65,63,39); }
div.DivClassName
{
background-color: #413F27;
}
.BgClassName
{
background-color: #413F27;
}
</style>
border-color css
<style>
span { border-color: #413F27; }
span { border-color: rgb(65,63,39); }
td.TdClassName
{
border-color: #413F27;
}
.TagClassName
{
border-color: #413F27;
}
</style>