Shades of Woodrush #413E2D
Tints of Woodrush #413E2D
RGB
CMYK
RGB Variations
Color information
#413E2D (or 0x413E2D) is known color: Woodrush. HEX triplet: 41, 3E and 2D. RGB value is (65,62,45). Sum of RGB (Red+Green+Blue) = 65+62+45=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E2D is #BEC1D2. Grayscale: #3D3D3D. Windows color (decimal): -12501459 or 2965057. OLE color: 2965057.
HSL color Cylindrical-coordinate representation of color #413E2D: hue angle of 51º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #413E2D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 45 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.75 |
| HSL | 51º | 0.18% | 0.22% | - |
| HSV(B) | 51º | 0.31% | 0.25% | - |
| XYZ | 4.38 | 4.76 | 3.17 | - |
| YUV | 60.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 45 | 0 | 0.05 | 0.31 | 0.75 | 51 | 0.18 | 0.22 |
| Hex | 41 | 3E | 2D | 0 | 5 | 1F | 4B | 33 | 12 | 16 |
| Octal | 101 | 76 | 55 | 0 | 5 | 37 | 113 | 63 | 22 | 26 |
| Binary | 1000001 | 111110 | 101101 | 0 | 101 | 11111 | 1001011 | 110011 | 10010 | 10110 |
Color Harmonies of #413E2D
Complementary color
Monochromatic Colors of #413E2D
Black with #413E2D
Text Example
Text Example
White with #413E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E2D; }
p { color: rgb(65,62,45); }
H1.HeaderClassName
{
color: #413E2D;
}
.AnyTagClassName
{
color: #413E2D;
}
</style>
background-color css
<style>
a { background-color: #413E2D; }
a { background-color: rgb(65,62,45); }
div.DivClassName
{
background-color: #413E2D;
}
.BgClassName
{
background-color: #413E2D;
}
</style>
border-color css
<style>
span { border-color: #413E2D; }
span { border-color: rgb(65,62,45); }
td.TdClassName
{
border-color: #413E2D;
}
.TagClassName
{
border-color: #413E2D;
}
</style>