Shades of Woody Brown #504444
Tints of Woody Brown #504444
RGB
CMYK
RGB Variations
Color information
#504444 (or 0x504444) is known color: Woody Brown. HEX triplet: 50, 44 and 44. RGB value is (80,68,68). Sum of RGB (Red+Green+Blue) = 80+68+68=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504444 is #AFBBBB. Grayscale: #474747. Windows color (decimal): -11516860 or 4473936. OLE color: 4473936.
HSL color Cylindrical-coordinate representation of color #504444: hue angle of 0º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504444 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 68 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.69 |
| HSL | 0º | 0.08% | 0.29% | - |
| HSV(B) | 0º | 0.15% | 0.31% | - |
| XYZ | 6.42 | 6.26 | 6.34 | - |
| YUV | 71.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 68 | 0 | 0.15 | 0.15 | 0.69 | 0 | 0.08 | 0.29 |
| Hex | 50 | 44 | 44 | 0 | F | F | 45 | 0 | 8 | 1D |
| Octal | 120 | 104 | 104 | 0 | 17 | 17 | 105 | 0 | 10 | 35 |
| Binary | 1010000 | 1000100 | 1000100 | 0 | 1111 | 1111 | 1000101 | 0 | 1000 | 11101 |
Color Harmonies of #504444
Complementary color
Monochromatic Colors of #504444
Black with #504444
Text Example
Text Example
White with #504444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504444; }
p { color: rgb(80,68,68); }
H1.HeaderClassName
{
color: #504444;
}
.AnyTagClassName
{
color: #504444;
}
</style>
background-color css
<style>
a { background-color: #504444; }
a { background-color: rgb(80,68,68); }
div.DivClassName
{
background-color: #504444;
}
.BgClassName
{
background-color: #504444;
}
</style>
border-color css
<style>
span { border-color: #504444; }
span { border-color: rgb(80,68,68); }
td.TdClassName
{
border-color: #504444;
}
.TagClassName
{
border-color: #504444;
}
</style>