#504C42

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

Shades of Dune #504C42

Tints of Dune #504C42

Color information

#504C42 (or 0x504C42) is unknown color: approx Dune. HEX triplet: 50, 4C and 42. RGB value is (80,76,66). Sum of RGB (Red+Green+Blue) = 80+76+66=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C42 is #AFB3BD. Grayscale: #4C4C4C. Windows color (decimal): -11514814 or 4344912. OLE color: 4344912.

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

Color convert

RGB807666-
CMYK00.050.170.69
HSL42.86º9.59%28.63%-
HSV(B)42.86º17.5%31.37%-
XYZ6.887.276.19-
YUV76.06122.33130.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=36.04%
G=34.23%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80766600.050.170.6942.869.5928.63
Hex504C420511452ba1d
Octal1201141020521105531235
Binary1010000100110010000100101100011000101101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,66); }

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

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

 a { background-color: rgb(80,76,66); }

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

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

 span { border-color: rgb(80,76,66); }

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