Shades of Woodrush #413D2B
Tints of Woodrush #413D2B
RGB
CMYK
RGB Variations
Color information
#413D2B (or 0x413D2B) is known color: Woodrush. HEX triplet: 41, 3D and 2B. RGB value is (65,61,43). Sum of RGB (Red+Green+Blue) = 65+61+43=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D2B is #BEC2D4. Grayscale: #3C3C3C. Windows color (decimal): -12501717 or 2833729. OLE color: 2833729.
HSL color Cylindrical-coordinate representation of color #413D2B: hue angle of 49.09º 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 #413D2B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 43 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.75 |
| HSL | 49.09º | 0.2% | 0.21% | - |
| HSV(B) | 49.09º | 0.34% | 0.25% | - |
| XYZ | 4.28 | 4.64 | 2.95 | - |
| YUV | 60.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 43 | 0 | 0.06 | 0.34 | 0.75 | 49.09 | 0.2 | 0.21 |
| Hex | 41 | 3D | 2B | 0 | 6 | 22 | 4B | 31 | 14 | 15 |
| Octal | 101 | 75 | 53 | 0 | 6 | 42 | 113 | 61 | 24 | 25 |
| Binary | 1000001 | 111101 | 101011 | 0 | 110 | 100010 | 1001011 | 110001 | 10100 | 10101 |
Color Harmonies of #413D2B
Complementary color
Monochromatic Colors of #413D2B
Black with #413D2B
Text Example
Text Example
White with #413D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D2B; }
p { color: rgb(65,61,43); }
H1.HeaderClassName
{
color: #413D2B;
}
.AnyTagClassName
{
color: #413D2B;
}
</style>
background-color css
<style>
a { background-color: #413D2B; }
a { background-color: rgb(65,61,43); }
div.DivClassName
{
background-color: #413D2B;
}
.BgClassName
{
background-color: #413D2B;
}
</style>
border-color css
<style>
span { border-color: #413D2B; }
span { border-color: rgb(65,61,43); }
td.TdClassName
{
border-color: #413D2B;
}
.TagClassName
{
border-color: #413D2B;
}
</style>