Html Css Color HEX #504D43 Dune

📋 copy color: '#504D43'

red 80 ◦ green 77 ◦ blue 67

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

Shades of Dune #504D43

Tints of Dune #504D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.91%

R = 35.71%
G = 34.38%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#504D43 (or 0x504D43) is known color: Dune. HEX triplet: 50, 4D and 43. RGB value is (80,77,67). Sum of RGB (Red+Green+Blue) = 80+77+67=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D43 is #AFB2BC. Grayscale: #4C4C4C. Windows color (decimal): -11514557 or 4410704. OLE color: 4410704.

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

Color convert

RGB 80 77 67 -
CMYK 0 0.04 0.16 0.69
HSL 46.15º 0.09% 0.29% -
HSV(B) 46.15º 0.16% 0.31% -
XYZ 6.98 7.42 6.37 -
YUV 76.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 80 77 67 0 0.04 0.16 0.69 46.15 0.09 0.29
Hex 50 4D 43 0 4 10 45 2E 9 1D
Octal 120 115 103 0 4 20 105 56 11 35
Binary 1010000 1001101 1000011 0 100 10000 1000101 101110 1001 11101

Color Harmonies of #504D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D43

Black with #504D43

Text Example


Text Example

White with #504D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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