Shades of Woodrush #413D30
Tints of Woodrush #413D30
RGB
CMYK
RGB Variations
Color information
#413D30 (or 0x413D30) is known color: Woodrush. HEX triplet: 41, 3D and 30. RGB value is (65,61,48). Sum of RGB (Red+Green+Blue) = 65+61+48=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D30 is #BEC2CF. Grayscale: #3C3C3C. Windows color (decimal): -12501712 or 3161409. OLE color: 3161409.
HSL color Cylindrical-coordinate representation of color #413D30: hue angle of 45.88º 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 #413D30 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 48 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.75 |
| HSL | 45.88º | 0.15% | 0.22% | - |
| HSV(B) | 45.88º | 0.26% | 0.25% | - |
| XYZ | 4.38 | 4.67 | 3.47 | - |
| YUV | 60.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 48 | 0 | 0.06 | 0.26 | 0.75 | 45.88 | 0.15 | 0.22 |
| Hex | 41 | 3D | 30 | 0 | 6 | 1A | 4B | 2E | F | 16 |
| Octal | 101 | 75 | 60 | 0 | 6 | 32 | 113 | 56 | 17 | 26 |
| Binary | 1000001 | 111101 | 110000 | 0 | 110 | 11010 | 1001011 | 101110 | 1111 | 10110 |
Color Harmonies of #413D30
Complementary color
Monochromatic Colors of #413D30
Black with #413D30
Text Example
Text Example
White with #413D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D30; }
p { color: rgb(65,61,48); }
H1.HeaderClassName
{
color: #413D30;
}
.AnyTagClassName
{
color: #413D30;
}
</style>
background-color css
<style>
a { background-color: #413D30; }
a { background-color: rgb(65,61,48); }
div.DivClassName
{
background-color: #413D30;
}
.BgClassName
{
background-color: #413D30;
}
</style>
border-color css
<style>
span { border-color: #413D30; }
span { border-color: rgb(65,61,48); }
td.TdClassName
{
border-color: #413D30;
}
.TagClassName
{
border-color: #413D30;
}
</style>