Shades of Woodrush #413E2B
Tints of Woodrush #413E2B
RGB
CMYK
RGB Variations
Color information
#413E2B (or 0x413E2B) is known color: Woodrush. HEX triplet: 41, 3E and 2B. RGB value is (65,62,43). Sum of RGB (Red+Green+Blue) = 65+62+43=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2B is #BEC1D4. Grayscale: #3C3C3C. Windows color (decimal): -12501461 or 2833985. OLE color: 2833985.
HSL color Cylindrical-coordinate representation of color #413E2B: hue angle of 51.82º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #413E2B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 43 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.75 |
| HSL | 51.82º | 0.2% | 0.21% | - |
| HSV(B) | 51.82º | 0.34% | 0.25% | - |
| XYZ | 4.34 | 4.74 | 2.97 | - |
| YUV | 60.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 43 | 0 | 0.05 | 0.34 | 0.75 | 51.82 | 0.2 | 0.21 |
| Hex | 41 | 3E | 2B | 0 | 5 | 22 | 4B | 34 | 14 | 15 |
| Octal | 101 | 76 | 53 | 0 | 5 | 42 | 113 | 64 | 24 | 25 |
| Binary | 1000001 | 111110 | 101011 | 0 | 101 | 100010 | 1001011 | 110100 | 10100 | 10101 |
Color Harmonies of #413E2B
Complementary color
Monochromatic Colors of #413E2B
Black with #413E2B
Text Example
Text Example
White with #413E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E2B; }
p { color: rgb(65,62,43); }
H1.HeaderClassName
{
color: #413E2B;
}
.AnyTagClassName
{
color: #413E2B;
}
</style>
background-color css
<style>
a { background-color: #413E2B; }
a { background-color: rgb(65,62,43); }
div.DivClassName
{
background-color: #413E2B;
}
.BgClassName
{
background-color: #413E2B;
}
</style>
border-color css
<style>
span { border-color: #413E2B; }
span { border-color: rgb(65,62,43); }
td.TdClassName
{
border-color: #413E2B;
}
.TagClassName
{
border-color: #413E2B;
}
</style>