Shades of Woodrush #44422C
Tints of Woodrush #44422C
RGB
CMYK
RGB Variations
Color information
#44422C (or 0x44422C) is known color: Woodrush. HEX triplet: 44, 42 and 2C. RGB value is (68,66,44). Sum of RGB (Red+Green+Blue) = 68+66+44=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #44422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44422C is #BBBDD3. Grayscale: #404040. Windows color (decimal): -12303828 or 2900548. OLE color: 2900548.
HSL color Cylindrical-coordinate representation of color #44422C: hue angle of 55º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44422C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 66 | 44 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.73 |
| HSL | 55º | 0.21% | 0.22% | - |
| HSV(B) | 55º | 0.35% | 0.27% | - |
| XYZ | 4.79 | 5.31 | 3.15 | - |
| YUV | 64.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 44 | 0 | 0.03 | 0.35 | 0.73 | 55 | 0.21 | 0.22 |
| Hex | 44 | 42 | 2C | 0 | 3 | 23 | 49 | 37 | 15 | 16 |
| Octal | 104 | 102 | 54 | 0 | 3 | 43 | 111 | 67 | 25 | 26 |
| Binary | 1000100 | 1000010 | 101100 | 0 | 11 | 100011 | 1001001 | 110111 | 10101 | 10110 |
Color Harmonies of #44422C
Complementary color
Monochromatic Colors of #44422C
Black with #44422C
Text Example
Text Example
White with #44422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44422C; }
p { color: rgb(68,66,44); }
H1.HeaderClassName
{
color: #44422C;
}
.AnyTagClassName
{
color: #44422C;
}
</style>
background-color css
<style>
a { background-color: #44422C; }
a { background-color: rgb(68,66,44); }
div.DivClassName
{
background-color: #44422C;
}
.BgClassName
{
background-color: #44422C;
}
</style>
border-color css
<style>
span { border-color: #44422C; }
span { border-color: rgb(68,66,44); }
td.TdClassName
{
border-color: #44422C;
}
.TagClassName
{
border-color: #44422C;
}
</style>