Shades of Woodrush #413E33
Tints of Woodrush #413E33
RGB
CMYK
RGB Variations
Color information
#413E33 (or 0x413E33) is known color: Woodrush. HEX triplet: 41, 3E and 33. RGB value is (65,62,51). Sum of RGB (Red+Green+Blue) = 65+62+51=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E33 is #BEC1CC. Grayscale: #3D3D3D. Windows color (decimal): -12501453 or 3358273. OLE color: 3358273.
HSL color Cylindrical-coordinate representation of color #413E33: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #413E33 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 51 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.75 |
| HSL | 47.14º | 0.12% | 0.23% | - |
| HSV(B) | 47.14º | 0.22% | 0.25% | - |
| XYZ | 4.5 | 4.81 | 3.82 | - |
| YUV | 61.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 51 | 0 | 0.05 | 0.22 | 0.75 | 47.14 | 0.12 | 0.23 |
| Hex | 41 | 3E | 33 | 0 | 5 | 16 | 4B | 2F | C | 17 |
| Octal | 101 | 76 | 63 | 0 | 5 | 26 | 113 | 57 | 14 | 27 |
| Binary | 1000001 | 111110 | 110011 | 0 | 101 | 10110 | 1001011 | 101111 | 1100 | 10111 |
Color Harmonies of #413E33
Complementary color
Monochromatic Colors of #413E33
Black with #413E33
Text Example
Text Example
White with #413E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E33; }
p { color: rgb(65,62,51); }
H1.HeaderClassName
{
color: #413E33;
}
.AnyTagClassName
{
color: #413E33;
}
</style>
background-color css
<style>
a { background-color: #413E33; }
a { background-color: rgb(65,62,51); }
div.DivClassName
{
background-color: #413E33;
}
.BgClassName
{
background-color: #413E33;
}
</style>
border-color css
<style>
span { border-color: #413E33; }
span { border-color: rgb(65,62,51); }
td.TdClassName
{
border-color: #413E33;
}
.TagClassName
{
border-color: #413E33;
}
</style>