Shades of Woodrush #44402E
Tints of Woodrush #44402E
RGB
CMYK
RGB Variations
Color information
#44402E (or 0x44402E) is known color: Woodrush. HEX triplet: 44, 40 and 2E. RGB value is (68,64,46). Sum of RGB (Red+Green+Blue) = 68+64+46=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #44402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44402E is #BBBFD1. Grayscale: #3F3F3F. Windows color (decimal): -12304338 or 3031108. OLE color: 3031108.
HSL color Cylindrical-coordinate representation of color #44402E: hue angle of 49.09º 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 #44402E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 64 | 46 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.73 |
| HSL | 49.09º | 0.19% | 0.22% | - |
| HSV(B) | 49.09º | 0.32% | 0.27% | - |
| XYZ | 4.71 | 5.09 | 3.32 | - |
| YUV | 63.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 46 | 0 | 0.06 | 0.32 | 0.73 | 49.09 | 0.19 | 0.22 |
| Hex | 44 | 40 | 2E | 0 | 6 | 20 | 49 | 31 | 13 | 16 |
| Octal | 104 | 100 | 56 | 0 | 6 | 40 | 111 | 61 | 23 | 26 |
| Binary | 1000100 | 1000000 | 101110 | 0 | 110 | 100000 | 1001001 | 110001 | 10011 | 10110 |
Color Harmonies of #44402E
Complementary color
Monochromatic Colors of #44402E
Black with #44402E
Text Example
Text Example
White with #44402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44402E; }
p { color: rgb(68,64,46); }
H1.HeaderClassName
{
color: #44402E;
}
.AnyTagClassName
{
color: #44402E;
}
</style>
background-color css
<style>
a { background-color: #44402E; }
a { background-color: rgb(68,64,46); }
div.DivClassName
{
background-color: #44402E;
}
.BgClassName
{
background-color: #44402E;
}
</style>
border-color css
<style>
span { border-color: #44402E; }
span { border-color: rgb(68,64,46); }
td.TdClassName
{
border-color: #44402E;
}
.TagClassName
{
border-color: #44402E;
}
</style>