Shades of Woodrush #44412E
Tints of Woodrush #44412E
RGB
CMYK
RGB Variations
Color information
#44412E (or 0x44412E) is known color: Woodrush. HEX triplet: 44, 41 and 2E. RGB value is (68,65,46). Sum of RGB (Red+Green+Blue) = 68+65+46=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 68 - color contains mainly: red. Hex color #44412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44412E is #BBBED1. Grayscale: #3F3F3F. Windows color (decimal): -12304082 or 3031364. OLE color: 3031364.
HSL color Cylindrical-coordinate representation of color #44412E: hue angle of 51.82º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44412E is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 65 | 46 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.73 |
| HSL | 51.82º | 0.19% | 0.22% | - |
| HSV(B) | 51.82º | 0.32% | 0.27% | - |
| XYZ | 4.77 | 5.21 | 3.34 | - |
| YUV | 63.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 46 | 0 | 0.04 | 0.32 | 0.73 | 51.82 | 0.19 | 0.22 |
| Hex | 44 | 41 | 2E | 0 | 4 | 20 | 49 | 34 | 13 | 16 |
| Octal | 104 | 101 | 56 | 0 | 4 | 40 | 111 | 64 | 23 | 26 |
| Binary | 1000100 | 1000001 | 101110 | 0 | 100 | 100000 | 1001001 | 110100 | 10011 | 10110 |
Color Harmonies of #44412E
Complementary color
Monochromatic Colors of #44412E
Black with #44412E
Text Example
Text Example
White with #44412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44412E; }
p { color: rgb(68,65,46); }
H1.HeaderClassName
{
color: #44412E;
}
.AnyTagClassName
{
color: #44412E;
}
</style>
background-color css
<style>
a { background-color: #44412E; }
a { background-color: rgb(68,65,46); }
div.DivClassName
{
background-color: #44412E;
}
.BgClassName
{
background-color: #44412E;
}
</style>
border-color css
<style>
span { border-color: #44412E; }
span { border-color: rgb(68,65,46); }
td.TdClassName
{
border-color: #44412E;
}
.TagClassName
{
border-color: #44412E;
}
</style>