#504D48

Color #504D48 Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dune #504D48

Tints of Dune #504D48

Color information

#504D48 (or 0x504D48) is unknown color: approx Dune. HEX triplet: 50, 4D and 48. RGB value is (80,77,72). Sum of RGB (Red+Green+Blue) = 80+77+72=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #504D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D48 is #AFB2B7. Grayscale: #4D4D4D. Windows color (decimal): -11514552 or 4738384. OLE color: 4738384.

HSL color Cylindrical-coordinate representation of color #504D48: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #504D48 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB807772-
CMYK00.040.100.69
HSL37.5º5.26%29.8%-
HSV(B)37.5º10%31.37%-
XYZ7.137.487.2-
YUV77.33124.99129.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=34.93%
G=33.62%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80777200.040.100.6937.55.2629.8
Hex504D4804A452651e
Octal120115110041210546536
Binary10100001001101100100001001010100010110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D48; }

 p { color: rgb(80,77,72); }

 H1.HeaderClassName
 {
   color: #504D48;
 }
 .AnyTagClassName
 {
   color: #504D48;
 }
</style>
background-color css

<style>
 a { background-color: #504D48; }

 a { background-color: rgb(80,77,72); }

 div.DivClassName
 {
   background-color: #504D48;
 }
 .BgClassName
 {
   background-color: #504D48;
 }
</style>
border-color css

<style>
 span { border-color: #504D48; }

 span { border-color: rgb(80,77,72); }

 td.TdClassName
 {
   border-color: #504D48;
 }
 .TagClassName
 {
   border-color: #504D48;
 }
</style>