Html Css Color HEX #504C43 Dune

📋 copy color: '#504C43'

red 80 ◦ green 76 ◦ blue 67

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

Shades of Dune #504C43

Tints of Dune #504C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.08%

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

R = 35.87%
G = 34.08%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#504C43 (or 0x504C43) is known color: Dune. HEX triplet: 50, 4C and 43. RGB value is (80,76,67). Sum of RGB (Red+Green+Blue) = 80+76+67=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C43 is #AFB3BC. Grayscale: #4C4C4C. Windows color (decimal): -11514813 or 4410448. OLE color: 4410448.

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

Color convert

RGB 80 76 67 -
CMYK 0 0.05 0.16 0.69
HSL 41.54º 0.09% 0.29% -
HSV(B) 41.54º 0.16% 0.31% -
XYZ 6.91 7.28 6.35 -
YUV 76.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 80 76 67 0 0.05 0.16 0.69 41.54 0.09 0.29
Hex 50 4C 43 0 5 10 45 2A 9 1D
Octal 120 114 103 0 5 20 105 52 11 35
Binary 1010000 1001100 1000011 0 101 10000 1000101 101010 1001 11101

Color Harmonies of #504C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C43

Black with #504C43

Text Example


Text Example

White with #504C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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