#5C4D50

Color #5C4D50 Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #5C4D50

Tints of Don Juan #5C4D50

Color information

#5C4D50 (or 0x5C4D50) is unknown color: approx Don Juan. HEX triplet: 5C, 4D and 50. RGB value is (92,77,80). Sum of RGB (Red+Green+Blue) = 92+77+80=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4D50 is #A3B2AF. Grayscale: #515151. Windows color (decimal): -10728112 or 5262684. OLE color: 5262684.

HSL color Cylindrical-coordinate representation of color #5C4D50: hue angle of 348º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C4D50 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB927780-
CMYK00.160.130.64
HSL348º8.88%33.14%-
HSV(B)348º16.3%36.08%-
XYZ8.528.168.72-
YUV81.83126.97135.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=36.95%
G=30.92%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92778000.160.130.643488.8833.14
Hex5C4D50010D4015c921
Octal134115120020151005341141
Binary101110010011011010000010000110110000001010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4D50; }

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

 H1.HeaderClassName
 {
   color: #5C4D50;
 }
 .AnyTagClassName
 {
   color: #5C4D50;
 }
</style>
background-color css

<style>
 a { background-color: #5C4D50; }

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

 div.DivClassName
 {
   background-color: #5C4D50;
 }
 .BgClassName
 {
   background-color: #5C4D50;
 }
</style>
border-color css

<style>
 span { border-color: #5C4D50; }

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

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