#504C43

Color #504C43 Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dune #504C43

Tints of Dune #504C43

Color information

#504C43 (or 0x504C43) is unknown color: approx 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

RGB807667-
CMYK00.050.160.69
HSL41.54º8.84%28.82%-
HSV(B)41.54º16.25%31.37%-
XYZ6.917.286.35-
YUV76.17122.83130.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80766700.050.160.6941.548.8428.82
Hex504C430510452a91d
Octal1201141030520105521135
Binary1010000100110010000110101100001000101101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>