Shades of Woody Brown #504544
Tints of Woody Brown #504544
RGB
CMYK
RGB Variations
Color information
#504544 (or 0x504544) is known color: Woody Brown. HEX triplet: 50, 45 and 44. RGB value is (80,69,68). Sum of RGB (Red+Green+Blue) = 80+69+68=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504544 is #AFBABB. Grayscale: #484848. Windows color (decimal): -11516604 or 4474192. OLE color: 4474192.
HSL color Cylindrical-coordinate representation of color #504544: hue angle of 5º 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 #504544 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 68 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.69 |
| HSL | 5º | 0.08% | 0.29% | - |
| HSV(B) | 5º | 0.15% | 0.31% | - |
| XYZ | 6.48 | 6.38 | 6.36 | - |
| YUV | 72.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 68 | 0 | 0.14 | 0.15 | 0.69 | 5 | 0.08 | 0.29 |
| Hex | 50 | 45 | 44 | 0 | E | F | 45 | 5 | 8 | 1D |
| Octal | 120 | 105 | 104 | 0 | 16 | 17 | 105 | 5 | 10 | 35 |
| Binary | 1010000 | 1000101 | 1000100 | 0 | 1110 | 1111 | 1000101 | 101 | 1000 | 11101 |
Color Harmonies of #504544
Complementary color
Monochromatic Colors of #504544
Black with #504544
Text Example
Text Example
White with #504544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504544; }
p { color: rgb(80,69,68); }
H1.HeaderClassName
{
color: #504544;
}
.AnyTagClassName
{
color: #504544;
}
</style>
background-color css
<style>
a { background-color: #504544; }
a { background-color: rgb(80,69,68); }
div.DivClassName
{
background-color: #504544;
}
.BgClassName
{
background-color: #504544;
}
</style>
border-color css
<style>
span { border-color: #504544; }
span { border-color: rgb(80,69,68); }
td.TdClassName
{
border-color: #504544;
}
.TagClassName
{
border-color: #504544;
}
</style>