Shades of Woodrush #413D2C
Tints of Woodrush #413D2C
RGB
CMYK
RGB Variations
Color information
#413D2C (or 0x413D2C) is known color: Woodrush. HEX triplet: 41, 3D and 2C. RGB value is (65,61,44). Sum of RGB (Red+Green+Blue) = 65+61+44=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D2C is #BEC2D3. Grayscale: #3C3C3C. Windows color (decimal): -12501716 or 2899265. OLE color: 2899265.
HSL color Cylindrical-coordinate representation of color #413D2C: hue angle of 48.57º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413D2C is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 44 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.75 |
| HSL | 48.57º | 0.19% | 0.21% | - |
| HSV(B) | 48.57º | 0.32% | 0.25% | - |
| XYZ | 4.3 | 4.64 | 3.05 | - |
| YUV | 60.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 44 | 0 | 0.06 | 0.32 | 0.75 | 48.57 | 0.19 | 0.21 |
| Hex | 41 | 3D | 2C | 0 | 6 | 20 | 4B | 31 | 13 | 15 |
| Octal | 101 | 75 | 54 | 0 | 6 | 40 | 113 | 61 | 23 | 25 |
| Binary | 1000001 | 111101 | 101100 | 0 | 110 | 100000 | 1001011 | 110001 | 10011 | 10101 |
Color Harmonies of #413D2C
Complementary color
Monochromatic Colors of #413D2C
Black with #413D2C
Text Example
Text Example
White with #413D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D2C; }
p { color: rgb(65,61,44); }
H1.HeaderClassName
{
color: #413D2C;
}
.AnyTagClassName
{
color: #413D2C;
}
</style>
background-color css
<style>
a { background-color: #413D2C; }
a { background-color: rgb(65,61,44); }
div.DivClassName
{
background-color: #413D2C;
}
.BgClassName
{
background-color: #413D2C;
}
</style>
border-color css
<style>
span { border-color: #413D2C; }
span { border-color: rgb(65,61,44); }
td.TdClassName
{
border-color: #413D2C;
}
.TagClassName
{
border-color: #413D2C;
}
</style>