Shades of Dune #504C44
Tints of Dune #504C44
RGB
CMYK
RGB Variations
Color information
#504C44 (or 0x504C44) is known color: Dune. HEX triplet: 50, 4C and 44. RGB value is (80,76,68). Sum of RGB (Red+Green+Blue) = 80+76+68=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C44 is #AFB3BB. Grayscale: #4C4C4C. Windows color (decimal): -11514812 or 4475984. OLE color: 4475984.
HSL color Cylindrical-coordinate representation of color #504C44: hue angle of 40º 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 #504C44 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 68 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.69 |
| HSL | 40º | 0.08% | 0.29% | - |
| HSV(B) | 40º | 0.15% | 0.31% | - |
| XYZ | 6.94 | 7.29 | 6.51 | - |
| YUV | 76.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 68 | 0 | 0.05 | 0.15 | 0.69 | 40 | 0.08 | 0.29 |
| Hex | 50 | 4C | 44 | 0 | 5 | F | 45 | 28 | 8 | 1D |
| Octal | 120 | 114 | 104 | 0 | 5 | 17 | 105 | 50 | 10 | 35 |
| Binary | 1010000 | 1001100 | 1000100 | 0 | 101 | 1111 | 1000101 | 101000 | 1000 | 11101 |
Color Harmonies of #504C44
Complementary color
Monochromatic Colors of #504C44
Black with #504C44
Text Example
Text Example
White with #504C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C44; }
p { color: rgb(80,76,68); }
H1.HeaderClassName
{
color: #504C44;
}
.AnyTagClassName
{
color: #504C44;
}
</style>
background-color css
<style>
a { background-color: #504C44; }
a { background-color: rgb(80,76,68); }
div.DivClassName
{
background-color: #504C44;
}
.BgClassName
{
background-color: #504C44;
}
</style>
border-color css
<style>
span { border-color: #504C44; }
span { border-color: rgb(80,76,68); }
td.TdClassName
{
border-color: #504C44;
}
.TagClassName
{
border-color: #504C44;
}
</style>