Shades of Woodrush #44423A
Tints of Woodrush #44423A
RGB
CMYK
RGB Variations
Color information
#44423A (or 0x44423A) is known color: Woodrush. HEX triplet: 44, 42 and 3A. RGB value is (68,66,58). Sum of RGB (Red+Green+Blue) = 68+66+58=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 68 - color contains mainly: red. Hex color #44423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44423A is #BBBDC5. Grayscale: #414141. Windows color (decimal): -12303814 or 3818052. OLE color: 3818052.
HSL color Cylindrical-coordinate representation of color #44423A: hue angle of 48º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44423A is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 66 | 58 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.73 |
| HSL | 48º | 0.08% | 0.25% | - |
| HSV(B) | 48º | 0.15% | 0.27% | - |
| XYZ | 5.1 | 5.43 | 4.78 | - |
| YUV | 65.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 58 | 0 | 0.03 | 0.15 | 0.73 | 48 | 0.08 | 0.25 |
| Hex | 44 | 42 | 3A | 0 | 3 | F | 49 | 30 | 8 | 19 |
| Octal | 104 | 102 | 72 | 0 | 3 | 17 | 111 | 60 | 10 | 31 |
| Binary | 1000100 | 1000010 | 111010 | 0 | 11 | 1111 | 1001001 | 110000 | 1000 | 11001 |
Color Harmonies of #44423A
Complementary color
Monochromatic Colors of #44423A
Black with #44423A
Text Example
Text Example
White with #44423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44423A; }
p { color: rgb(68,66,58); }
H1.HeaderClassName
{
color: #44423A;
}
.AnyTagClassName
{
color: #44423A;
}
</style>
background-color css
<style>
a { background-color: #44423A; }
a { background-color: rgb(68,66,58); }
div.DivClassName
{
background-color: #44423A;
}
.BgClassName
{
background-color: #44423A;
}
</style>
border-color css
<style>
span { border-color: #44423A; }
span { border-color: rgb(68,66,58); }
td.TdClassName
{
border-color: #44423A;
}
.TagClassName
{
border-color: #44423A;
}
</style>