Shades of Woodrush #413D27
Tints of Woodrush #413D27
RGB
CMYK
RGB Variations
Color information
#413D27 (or 0x413D27) is known color: Woodrush. HEX triplet: 41, 3D and 27. RGB value is (65,61,39). Sum of RGB (Red+Green+Blue) = 65+61+39=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #413D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D27 is #BEC2D8. Grayscale: #3B3B3B. Windows color (decimal): -12501721 or 2571585. OLE color: 2571585.
HSL color Cylindrical-coordinate representation of color #413D27: hue angle of 50.77º 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 #413D27 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 39 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.75 |
| HSL | 50.77º | 0.25% | 0.2% | - |
| HSV(B) | 50.77º | 0.4% | 0.25% | - |
| XYZ | 4.21 | 4.61 | 2.59 | - |
| YUV | 59.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 39 | 0 | 0.06 | 0.40 | 0.75 | 50.77 | 0.25 | 0.2 |
| Hex | 41 | 3D | 27 | 0 | 6 | 28 | 4B | 33 | 19 | 14 |
| Octal | 101 | 75 | 47 | 0 | 6 | 50 | 113 | 63 | 31 | 24 |
| Binary | 1000001 | 111101 | 100111 | 0 | 110 | 101000 | 1001011 | 110011 | 11001 | 10100 |
Color Harmonies of #413D27
Complementary color
Monochromatic Colors of #413D27
Black with #413D27
Text Example
Text Example
White with #413D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D27; }
p { color: rgb(65,61,39); }
H1.HeaderClassName
{
color: #413D27;
}
.AnyTagClassName
{
color: #413D27;
}
</style>
background-color css
<style>
a { background-color: #413D27; }
a { background-color: rgb(65,61,39); }
div.DivClassName
{
background-color: #413D27;
}
.BgClassName
{
background-color: #413D27;
}
</style>
border-color css
<style>
span { border-color: #413D27; }
span { border-color: rgb(65,61,39); }
td.TdClassName
{
border-color: #413D27;
}
.TagClassName
{
border-color: #413D27;
}
</style>