Shades of Woodrush #444324
Tints of Woodrush #444324
RGB
CMYK
RGB Variations
Color information
#444324 (or 0x444324) is known color: Woodrush. HEX triplet: 44, 43 and 24. RGB value is (68,67,36). Sum of RGB (Red+Green+Blue) = 68+67+36=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #444324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444324 is #BBBCDB. Grayscale: #3F3F3F. Windows color (decimal): -12303580 or 2376516. OLE color: 2376516.
HSL color Cylindrical-coordinate representation of color #444324: hue angle of 58.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444324 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 67 | 36 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.73 |
| HSL | 58.13º | 0.31% | 0.2% | - |
| HSV(B) | 58.13º | 0.47% | 0.27% | - |
| XYZ | 4.71 | 5.37 | 2.46 | - |
| YUV | 63.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 36 | 0 | 0.01 | 0.47 | 0.73 | 58.13 | 0.31 | 0.2 |
| Hex | 44 | 43 | 24 | 0 | 1 | 2F | 49 | 3A | 1F | 14 |
| Octal | 104 | 103 | 44 | 0 | 1 | 57 | 111 | 72 | 37 | 24 |
| Binary | 1000100 | 1000011 | 100100 | 0 | 1 | 101111 | 1001001 | 111010 | 11111 | 10100 |
Color Harmonies of #444324
Complementary color
Monochromatic Colors of #444324
Black with #444324
Text Example
Text Example
White with #444324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444324; }
p { color: rgb(68,67,36); }
H1.HeaderClassName
{
color: #444324;
}
.AnyTagClassName
{
color: #444324;
}
</style>
background-color css
<style>
a { background-color: #444324; }
a { background-color: rgb(68,67,36); }
div.DivClassName
{
background-color: #444324;
}
.BgClassName
{
background-color: #444324;
}
</style>
border-color css
<style>
span { border-color: #444324; }
span { border-color: rgb(68,67,36); }
td.TdClassName
{
border-color: #444324;
}
.TagClassName
{
border-color: #444324;
}
</style>