Shades of Woodrush #443F2E
Tints of Woodrush #443F2E
RGB
CMYK
RGB Variations
Color information
#443F2E (or 0x443F2E) is known color: Woodrush. HEX triplet: 44, 3F and 2E. RGB value is (68,63,46). Sum of RGB (Red+Green+Blue) = 68+63+46=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 68 - color contains mainly: red. Hex color #443F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F2E is #BBC0D1. Grayscale: #3E3E3E. Windows color (decimal): -12304594 or 3030852. OLE color: 3030852.
HSL color Cylindrical-coordinate representation of color #443F2E: hue angle of 46.36º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #443F2E is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 46 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.73 |
| HSL | 46.36º | 0.19% | 0.22% | - |
| HSV(B) | 46.36º | 0.32% | 0.27% | - |
| XYZ | 4.65 | 4.98 | 3.3 | - |
| YUV | 62.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 46 | 0 | 0.07 | 0.32 | 0.73 | 46.36 | 0.19 | 0.22 |
| Hex | 44 | 3F | 2E | 0 | 7 | 20 | 49 | 2E | 13 | 16 |
| Octal | 104 | 77 | 56 | 0 | 7 | 40 | 111 | 56 | 23 | 26 |
| Binary | 1000100 | 111111 | 101110 | 0 | 111 | 100000 | 1001001 | 101110 | 10011 | 10110 |
Color Harmonies of #443F2E
Complementary color
Monochromatic Colors of #443F2E
Black with #443F2E
Text Example
Text Example
White with #443F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F2E; }
p { color: rgb(68,63,46); }
H1.HeaderClassName
{
color: #443F2E;
}
.AnyTagClassName
{
color: #443F2E;
}
</style>
background-color css
<style>
a { background-color: #443F2E; }
a { background-color: rgb(68,63,46); }
div.DivClassName
{
background-color: #443F2E;
}
.BgClassName
{
background-color: #443F2E;
}
</style>
border-color css
<style>
span { border-color: #443F2E; }
span { border-color: rgb(68,63,46); }
td.TdClassName
{
border-color: #443F2E;
}
.TagClassName
{
border-color: #443F2E;
}
</style>