Html Css Color HEX #504D47 Dune

📋 copy color: '#504D47'

red 80 ◦ green 77 ◦ blue 71

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

Shades of Dune #504D47

Tints of Dune #504D47

RGB

 RED value IS 80 (31.64% from 255) = 35.09%

 GREEN value IS 77 (30.47% from 255) = 33.77%

 BLUE value IS 71 (28.13% from 255) = 31.14%

R = 35.09%
G = 33.77%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#504D47 (or 0x504D47) is known color: Dune. HEX triplet: 50, 4D and 47. RGB value is (80,77,71). Sum of RGB (Red+Green+Blue) = 80+77+71=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #504D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D47 is #AFB2B8. Grayscale: #4D4D4D. Windows color (decimal): -11514553 or 4672848. OLE color: 4672848.

HSL color Cylindrical-coordinate representation of color #504D47: hue angle of 40º 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 #504D47 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 71 -
CMYK 0 0.04 0.11 0.69
HSL 40º 0.06% 0.3% -
HSV(B) 40º 0.11% 0.31% -
XYZ 7.1 7.47 7.03 -
YUV 77.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 80 77 71 0 0.04 0.11 0.69 40 0.06 0.3
Hex 50 4D 47 0 4 B 45 28 6 1E
Octal 120 115 107 0 4 13 105 50 6 36
Binary 1010000 1001101 1000111 0 100 1011 1000101 101000 110 11110

Color Harmonies of #504D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D47

Black with #504D47

Text Example


Text Example

White with #504D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504D47;
 }
 .AnyTagClassName
 {
   color: #504D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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