Shades of Woodrush #413C2B
Tints of Woodrush #413C2B
RGB
CMYK
RGB Variations
Color information
#413C2B (or 0x413C2B) is known color: Woodrush. HEX triplet: 41, 3C and 2B. RGB value is (65,60,43). Sum of RGB (Red+Green+Blue) = 65+60+43=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #413C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C2B is #BEC3D4. Grayscale: #3B3B3B. Windows color (decimal): -12501973 or 2833473. OLE color: 2833473.
HSL color Cylindrical-coordinate representation of color #413C2B: hue angle of 46.36º 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 #413C2B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 43 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.75 |
| HSL | 46.36º | 0.2% | 0.21% | - |
| HSV(B) | 46.36º | 0.34% | 0.25% | - |
| XYZ | 4.23 | 4.53 | 2.94 | - |
| YUV | 59.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 43 | 0 | 0.08 | 0.34 | 0.75 | 46.36 | 0.2 | 0.21 |
| Hex | 41 | 3C | 2B | 0 | 8 | 22 | 4B | 2E | 14 | 15 |
| Octal | 101 | 74 | 53 | 0 | 10 | 42 | 113 | 56 | 24 | 25 |
| Binary | 1000001 | 111100 | 101011 | 0 | 1000 | 100010 | 1001011 | 101110 | 10100 | 10101 |
Color Harmonies of #413C2B
Complementary color
Monochromatic Colors of #413C2B
Black with #413C2B
Text Example
Text Example
White with #413C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C2B; }
p { color: rgb(65,60,43); }
H1.HeaderClassName
{
color: #413C2B;
}
.AnyTagClassName
{
color: #413C2B;
}
</style>
background-color css
<style>
a { background-color: #413C2B; }
a { background-color: rgb(65,60,43); }
div.DivClassName
{
background-color: #413C2B;
}
.BgClassName
{
background-color: #413C2B;
}
</style>
border-color css
<style>
span { border-color: #413C2B; }
span { border-color: rgb(65,60,43); }
td.TdClassName
{
border-color: #413C2B;
}
.TagClassName
{
border-color: #413C2B;
}
</style>