Shades of Woodrush #413C2D
Tints of Woodrush #413C2D
RGB
CMYK
RGB Variations
Color information
#413C2D (or 0x413C2D) is known color: Woodrush. HEX triplet: 41, 3C and 2D. RGB value is (65,60,45). Sum of RGB (Red+Green+Blue) = 65+60+45=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C2D is #BEC3D2. Grayscale: #3B3B3B. Windows color (decimal): -12501971 or 2964545. OLE color: 2964545.
HSL color Cylindrical-coordinate representation of color #413C2D: hue angle of 45º 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 #413C2D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 45 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.75 |
| HSL | 45º | 0.18% | 0.22% | - |
| HSV(B) | 45º | 0.31% | 0.25% | - |
| XYZ | 4.27 | 4.54 | 3.13 | - |
| YUV | 59.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 45 | 0 | 0.08 | 0.31 | 0.75 | 45 | 0.18 | 0.22 |
| Hex | 41 | 3C | 2D | 0 | 8 | 1F | 4B | 2D | 12 | 16 |
| Octal | 101 | 74 | 55 | 0 | 10 | 37 | 113 | 55 | 22 | 26 |
| Binary | 1000001 | 111100 | 101101 | 0 | 1000 | 11111 | 1001011 | 101101 | 10010 | 10110 |
Color Harmonies of #413C2D
Complementary color
Monochromatic Colors of #413C2D
Black with #413C2D
Text Example
Text Example
White with #413C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C2D; }
p { color: rgb(65,60,45); }
H1.HeaderClassName
{
color: #413C2D;
}
.AnyTagClassName
{
color: #413C2D;
}
</style>
background-color css
<style>
a { background-color: #413C2D; }
a { background-color: rgb(65,60,45); }
div.DivClassName
{
background-color: #413C2D;
}
.BgClassName
{
background-color: #413C2D;
}
</style>
border-color css
<style>
span { border-color: #413C2D; }
span { border-color: rgb(65,60,45); }
td.TdClassName
{
border-color: #413C2D;
}
.TagClassName
{
border-color: #413C2D;
}
</style>