Html Css Color HEX #504E47 Dune

📋 copy color: '#504E47'

red 80 ◦ green 78 ◦ blue 71

#504E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dune #504E47

Tints of Dune #504E47

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.13% from 255) = 31%

R = 34.93%
G = 34.06%
B = 31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#504E47 (or 0x504E47) is known color: 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

RGB 80 78 71 -
CMYK 0 0.02 0.11 0.69
HSL 46.67º 0.06% 0.3% -
HSV(B) 46.67º 0.11% 0.31% -
XYZ 7.17 7.61 7.05 -
YUV 77.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 80 78 71 0 0.02 0.11 0.69 46.67 0.06 0.3
Hex 50 4E 47 0 2 B 45 2F 6 1E
Octal 120 116 107 0 2 13 105 57 6 36
Binary 1010000 1001110 1000111 0 10 1011 1000101 101111 110 11110

Color Harmonies of #504E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E47

Black with #504E47

Text Example


Text Example

White with #504E47

Text Example


Text Example

HTML Codes & Css Web 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>