Shades of Woodrush #44412B
Tints of Woodrush #44412B
RGB
CMYK
RGB Variations
Color information
#44412B (or 0x44412B) is known color: Woodrush. HEX triplet: 44, 41 and 2B. RGB value is (68,65,43). Sum of RGB (Red+Green+Blue) = 68+65+43=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 68 - color contains mainly: red. Hex color #44412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44412B is #BBBED4. Grayscale: #3F3F3F. Windows color (decimal): -12304085 or 2834756. OLE color: 2834756.
HSL color Cylindrical-coordinate representation of color #44412B: hue angle of 52.8º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44412B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 65 | 43 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.73 |
| HSL | 52.8º | 0.23% | 0.22% | - |
| HSV(B) | 52.8º | 0.37% | 0.27% | - |
| XYZ | 4.71 | 5.18 | 3.04 | - |
| YUV | 63.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 43 | 0 | 0.04 | 0.37 | 0.73 | 52.8 | 0.23 | 0.22 |
| Hex | 44 | 41 | 2B | 0 | 4 | 25 | 49 | 35 | 17 | 16 |
| Octal | 104 | 101 | 53 | 0 | 4 | 45 | 111 | 65 | 27 | 26 |
| Binary | 1000100 | 1000001 | 101011 | 0 | 100 | 100101 | 1001001 | 110101 | 10111 | 10110 |
Color Harmonies of #44412B
Complementary color
Monochromatic Colors of #44412B
Black with #44412B
Text Example
Text Example
White with #44412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44412B; }
p { color: rgb(68,65,43); }
H1.HeaderClassName
{
color: #44412B;
}
.AnyTagClassName
{
color: #44412B;
}
</style>
background-color css
<style>
a { background-color: #44412B; }
a { background-color: rgb(68,65,43); }
div.DivClassName
{
background-color: #44412B;
}
.BgClassName
{
background-color: #44412B;
}
</style>
border-color css
<style>
span { border-color: #44412B; }
span { border-color: rgb(68,65,43); }
td.TdClassName
{
border-color: #44412B;
}
.TagClassName
{
border-color: #44412B;
}
</style>