Shades of Woodrush #413F28
Tints of Woodrush #413F28
RGB
CMYK
RGB Variations
Color information
#413F28 (or 0x413F28) is known color: Woodrush. HEX triplet: 41, 3F and 28. RGB value is (65,63,40). Sum of RGB (Red+Green+Blue) = 65+63+40=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #413F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F28 is #BEC0D7. Grayscale: #3D3D3D. Windows color (decimal): -12501208 or 2637633. OLE color: 2637633.
HSL color Cylindrical-coordinate representation of color #413F28: hue angle of 55.2º 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 #413F28 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 40 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.75 |
| HSL | 55.2º | 0.24% | 0.21% | - |
| HSV(B) | 55.2º | 0.38% | 0.25% | - |
| XYZ | 4.34 | 4.83 | 2.71 | - |
| YUV | 60.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 40 | 0 | 0.03 | 0.38 | 0.75 | 55.2 | 0.24 | 0.21 |
| Hex | 41 | 3F | 28 | 0 | 3 | 26 | 4B | 37 | 18 | 15 |
| Octal | 101 | 77 | 50 | 0 | 3 | 46 | 113 | 67 | 30 | 25 |
| Binary | 1000001 | 111111 | 101000 | 0 | 11 | 100110 | 1001011 | 110111 | 11000 | 10101 |
Color Harmonies of #413F28
Complementary color
Monochromatic Colors of #413F28
Black with #413F28
Text Example
Text Example
White with #413F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F28; }
p { color: rgb(65,63,40); }
H1.HeaderClassName
{
color: #413F28;
}
.AnyTagClassName
{
color: #413F28;
}
</style>
background-color css
<style>
a { background-color: #413F28; }
a { background-color: rgb(65,63,40); }
div.DivClassName
{
background-color: #413F28;
}
.BgClassName
{
background-color: #413F28;
}
</style>
border-color css
<style>
span { border-color: #413F28; }
span { border-color: rgb(65,63,40); }
td.TdClassName
{
border-color: #413F28;
}
.TagClassName
{
border-color: #413F28;
}
</style>