Html Css Color HEX #504C42 Dune

📋 copy color: '#504C42'

red 80 ◦ green 76 ◦ blue 66

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

Shades of Dune #504C42

Tints of Dune #504C42

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 value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#504C42 (or 0x504C42) is known color: 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.18%. 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

RGB 80 76 66 -
CMYK 0 0.05 0.17 0.69
HSL 42.86º 0.1% 0.29% -
HSV(B) 42.86º 0.18% 0.31% -
XYZ 6.88 7.27 6.19 -
YUV 76.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 80 76 66 0 0.05 0.17 0.69 42.86 0.1 0.29
Hex 50 4C 42 0 5 11 45 2B A 1D
Octal 120 114 102 0 5 21 105 53 12 35
Binary 1010000 1001100 1000010 0 101 10001 1000101 101011 1010 11101

Color Harmonies of #504C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C42

Black with #504C42

Text Example


Text Example

White with #504C42

Text Example


Text Example

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