Shades of Woodrush #413F2C
Tints of Woodrush #413F2C
RGB
CMYK
RGB Variations
Color information
#413F2C (or 0x413F2C) is known color: Woodrush. HEX triplet: 41, 3F and 2C. RGB value is (65,63,44). Sum of RGB (Red+Green+Blue) = 65+63+44=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F2C is #BEC0D3. Grayscale: #3D3D3D. Windows color (decimal): -12501204 or 2899777. OLE color: 2899777.
HSL color Cylindrical-coordinate representation of color #413F2C: hue angle of 54.29º 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 #413F2C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 44 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.75 |
| HSL | 54.29º | 0.19% | 0.21% | - |
| HSV(B) | 54.29º | 0.32% | 0.25% | - |
| XYZ | 4.41 | 4.86 | 3.09 | - |
| YUV | 61.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 44 | 0 | 0.03 | 0.32 | 0.75 | 54.29 | 0.19 | 0.21 |
| Hex | 41 | 3F | 2C | 0 | 3 | 20 | 4B | 36 | 13 | 15 |
| Octal | 101 | 77 | 54 | 0 | 3 | 40 | 113 | 66 | 23 | 25 |
| Binary | 1000001 | 111111 | 101100 | 0 | 11 | 100000 | 1001011 | 110110 | 10011 | 10101 |
Color Harmonies of #413F2C
Complementary color
Monochromatic Colors of #413F2C
Black with #413F2C
Text Example
Text Example
White with #413F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F2C; }
p { color: rgb(65,63,44); }
H1.HeaderClassName
{
color: #413F2C;
}
.AnyTagClassName
{
color: #413F2C;
}
</style>
background-color css
<style>
a { background-color: #413F2C; }
a { background-color: rgb(65,63,44); }
div.DivClassName
{
background-color: #413F2C;
}
.BgClassName
{
background-color: #413F2C;
}
</style>
border-color css
<style>
span { border-color: #413F2C; }
span { border-color: rgb(65,63,44); }
td.TdClassName
{
border-color: #413F2C;
}
.TagClassName
{
border-color: #413F2C;
}
</style>