Shades of Woodrush #413F23
Tints of Woodrush #413F23
RGB
CMYK
RGB Variations
Color information
#413F23 (or 0x413F23) is known color: Woodrush. HEX triplet: 41, 3F and 23. RGB value is (65,63,35). Sum of RGB (Red+Green+Blue) = 65+63+35=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F23 is #BEC0DC. Grayscale: #3C3C3C. Windows color (decimal): -12501213 or 2309953. OLE color: 2309953.
HSL color Cylindrical-coordinate representation of color #413F23: hue angle of 56º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413F23 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 35 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.75 |
| HSL | 56º | 0.3% | 0.2% | - |
| HSV(B) | 56º | 0.46% | 0.25% | - |
| XYZ | 4.26 | 4.8 | 2.29 | - |
| YUV | 60.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 35 | 0 | 0.03 | 0.46 | 0.75 | 56 | 0.3 | 0.2 |
| Hex | 41 | 3F | 23 | 0 | 3 | 2E | 4B | 38 | 1E | 14 |
| Octal | 101 | 77 | 43 | 0 | 3 | 56 | 113 | 70 | 36 | 24 |
| Binary | 1000001 | 111111 | 100011 | 0 | 11 | 101110 | 1001011 | 111000 | 11110 | 10100 |
Color Harmonies of #413F23
Complementary color
Monochromatic Colors of #413F23
Black with #413F23
Text Example
Text Example
White with #413F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F23; }
p { color: rgb(65,63,35); }
H1.HeaderClassName
{
color: #413F23;
}
.AnyTagClassName
{
color: #413F23;
}
</style>
background-color css
<style>
a { background-color: #413F23; }
a { background-color: rgb(65,63,35); }
div.DivClassName
{
background-color: #413F23;
}
.BgClassName
{
background-color: #413F23;
}
</style>
border-color css
<style>
span { border-color: #413F23; }
span { border-color: rgb(65,63,35); }
td.TdClassName
{
border-color: #413F23;
}
.TagClassName
{
border-color: #413F23;
}
</style>