Shades of Woodrush #413D28
Tints of Woodrush #413D28
RGB
CMYK
RGB Variations
Color information
#413D28 (or 0x413D28) is known color: Woodrush. HEX triplet: 41, 3D and 28. RGB value is (65,61,40). Sum of RGB (Red+Green+Blue) = 65+61+40=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D28 is #BEC2D7. Grayscale: #3B3B3B. Windows color (decimal): -12501720 or 2637121. OLE color: 2637121.
HSL color Cylindrical-coordinate representation of color #413D28: hue angle of 50.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413D28 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 40 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.75 |
| HSL | 50.4º | 0.24% | 0.21% | - |
| HSV(B) | 50.4º | 0.38% | 0.25% | - |
| XYZ | 4.23 | 4.61 | 2.68 | - |
| YUV | 59.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 40 | 0 | 0.06 | 0.38 | 0.75 | 50.4 | 0.24 | 0.21 |
| Hex | 41 | 3D | 28 | 0 | 6 | 26 | 4B | 32 | 18 | 15 |
| Octal | 101 | 75 | 50 | 0 | 6 | 46 | 113 | 62 | 30 | 25 |
| Binary | 1000001 | 111101 | 101000 | 0 | 110 | 100110 | 1001011 | 110010 | 11000 | 10101 |
Color Harmonies of #413D28
Complementary color
Monochromatic Colors of #413D28
Black with #413D28
Text Example
Text Example
White with #413D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D28; }
p { color: rgb(65,61,40); }
H1.HeaderClassName
{
color: #413D28;
}
.AnyTagClassName
{
color: #413D28;
}
</style>
background-color css
<style>
a { background-color: #413D28; }
a { background-color: rgb(65,61,40); }
div.DivClassName
{
background-color: #413D28;
}
.BgClassName
{
background-color: #413D28;
}
</style>
border-color css
<style>
span { border-color: #413D28; }
span { border-color: rgb(65,61,40); }
td.TdClassName
{
border-color: #413D28;
}
.TagClassName
{
border-color: #413D28;
}
</style>