Shades of Woodrush #413E2A
Tints of Woodrush #413E2A
RGB
CMYK
RGB Variations
Color information
#413E2A (or 0x413E2A) is known color: Woodrush. HEX triplet: 41, 3E and 2A. RGB value is (65,62,42). Sum of RGB (Red+Green+Blue) = 65+62+42=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2A is #BEC1D5. Grayscale: #3C3C3C. Windows color (decimal): -12501462 or 2768449. OLE color: 2768449.
HSL color Cylindrical-coordinate representation of color #413E2A: hue angle of 52.17º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413E2A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 42 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.75 |
| HSL | 52.17º | 0.21% | 0.21% | - |
| HSV(B) | 52.17º | 0.35% | 0.25% | - |
| XYZ | 4.32 | 4.74 | 2.88 | - |
| YUV | 60.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 42 | 0 | 0.05 | 0.35 | 0.75 | 52.17 | 0.21 | 0.21 |
| Hex | 41 | 3E | 2A | 0 | 5 | 23 | 4B | 34 | 15 | 15 |
| Octal | 101 | 76 | 52 | 0 | 5 | 43 | 113 | 64 | 25 | 25 |
| Binary | 1000001 | 111110 | 101010 | 0 | 101 | 100011 | 1001011 | 110100 | 10101 | 10101 |
Color Harmonies of #413E2A
Complementary color
Monochromatic Colors of #413E2A
Black with #413E2A
Text Example
Text Example
White with #413E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E2A; }
p { color: rgb(65,62,42); }
H1.HeaderClassName
{
color: #413E2A;
}
.AnyTagClassName
{
color: #413E2A;
}
</style>
background-color css
<style>
a { background-color: #413E2A; }
a { background-color: rgb(65,62,42); }
div.DivClassName
{
background-color: #413E2A;
}
.BgClassName
{
background-color: #413E2A;
}
</style>
border-color css
<style>
span { border-color: #413E2A; }
span { border-color: rgb(65,62,42); }
td.TdClassName
{
border-color: #413E2A;
}
.TagClassName
{
border-color: #413E2A;
}
</style>