Shades of Woodrush #413F30
Tints of Woodrush #413F30
RGB
CMYK
RGB Variations
Color information
#413F30 (or 0x413F30) is known color: Woodrush. HEX triplet: 41, 3F and 30. RGB value is (65,63,48). Sum of RGB (Red+Green+Blue) = 65+63+48=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F30 is #BEC0CF. Grayscale: #3D3D3D. Windows color (decimal): -12501200 or 3161921. OLE color: 3161921.
HSL color Cylindrical-coordinate representation of color #413F30: hue angle of 52.94º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413F30 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 48 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.75 |
| HSL | 52.94º | 0.15% | 0.22% | - |
| HSV(B) | 52.94º | 0.26% | 0.25% | - |
| XYZ | 4.49 | 4.89 | 3.5 | - |
| YUV | 61.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 48 | 0 | 0.03 | 0.26 | 0.75 | 52.94 | 0.15 | 0.22 |
| Hex | 41 | 3F | 30 | 0 | 3 | 1A | 4B | 35 | F | 16 |
| Octal | 101 | 77 | 60 | 0 | 3 | 32 | 113 | 65 | 17 | 26 |
| Binary | 1000001 | 111111 | 110000 | 0 | 11 | 11010 | 1001011 | 110101 | 1111 | 10110 |
Color Harmonies of #413F30
Complementary color
Monochromatic Colors of #413F30
Black with #413F30
Text Example
Text Example
White with #413F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F30; }
p { color: rgb(65,63,48); }
H1.HeaderClassName
{
color: #413F30;
}
.AnyTagClassName
{
color: #413F30;
}
</style>
background-color css
<style>
a { background-color: #413F30; }
a { background-color: rgb(65,63,48); }
div.DivClassName
{
background-color: #413F30;
}
.BgClassName
{
background-color: #413F30;
}
</style>
border-color css
<style>
span { border-color: #413F30; }
span { border-color: rgb(65,63,48); }
td.TdClassName
{
border-color: #413F30;
}
.TagClassName
{
border-color: #413F30;
}
</style>