Shades of Woodrush #44432B
Tints of Woodrush #44432B
RGB
CMYK
RGB Variations
Color information
#44432B (or 0x44432B) is known color: Woodrush. HEX triplet: 44, 43 and 2B. RGB value is (68,67,43). Sum of RGB (Red+Green+Blue) = 68+67+43=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #44432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44432B is #BBBCD4. Grayscale: #404040. Windows color (decimal): -12303573 or 2835268. OLE color: 2835268.
HSL color Cylindrical-coordinate representation of color #44432B: hue angle of 57.6º 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 #44432B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 67 | 43 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.73 |
| HSL | 57.6º | 0.23% | 0.22% | - |
| HSV(B) | 57.6º | 0.37% | 0.27% | - |
| XYZ | 4.83 | 5.42 | 3.08 | - |
| YUV | 64.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 43 | 0 | 0.01 | 0.37 | 0.73 | 57.6 | 0.23 | 0.22 |
| Hex | 44 | 43 | 2B | 0 | 1 | 25 | 49 | 3A | 17 | 16 |
| Octal | 104 | 103 | 53 | 0 | 1 | 45 | 111 | 72 | 27 | 26 |
| Binary | 1000100 | 1000011 | 101011 | 0 | 1 | 100101 | 1001001 | 111010 | 10111 | 10110 |
Color Harmonies of #44432B
Complementary color
Monochromatic Colors of #44432B
Black with #44432B
Text Example
Text Example
White with #44432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44432B; }
p { color: rgb(68,67,43); }
H1.HeaderClassName
{
color: #44432B;
}
.AnyTagClassName
{
color: #44432B;
}
</style>
background-color css
<style>
a { background-color: #44432B; }
a { background-color: rgb(68,67,43); }
div.DivClassName
{
background-color: #44432B;
}
.BgClassName
{
background-color: #44432B;
}
</style>
border-color css
<style>
span { border-color: #44432B; }
span { border-color: rgb(68,67,43); }
td.TdClassName
{
border-color: #44432B;
}
.TagClassName
{
border-color: #44432B;
}
</style>