#504E47

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

Shades of Dune #504E47

Tints of Dune #504E47

Color information

#504E47 (or 0x504E47) is unknown color: approx Dune. HEX triplet: 50, 4E and 47. RGB value is (80,78,71). Sum of RGB (Red+Green+Blue) = 80+78+71=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #504E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E47 is #AFB1B8. Grayscale: #4D4D4D. Windows color (decimal): -11514297 or 4673104. OLE color: 4673104.

HSL color Cylindrical-coordinate representation of color #504E47: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504E47 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB807871-
CMYK00.020.110.69
HSL46.67º5.96%29.61%-
HSV(B)46.67º11.25%31.37%-
XYZ7.177.617.05-
YUV77.8124.16129.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=34.93%
G=34.06%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80787100.020.110.6946.675.9629.61
Hex504E4702B452f61e
Octal120116107021310557636
Binary1010000100111010001110101011100010110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,78,71); }

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

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

 a { background-color: rgb(80,78,71); }

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

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

 span { border-color: rgb(80,78,71); }

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