#5C3750

Color #5C3750 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #5C3750

Tints of Purple Taupe #5C3750

Color information

#5C3750 (or 0x5C3750) is unknown color: approx Purple Taupe. HEX triplet: 5C, 37 and 50. RGB value is (92,55,80). Sum of RGB (Red+Green+Blue) = 92+55+80=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3750 is #A3C8AF. Grayscale: #444444. Windows color (decimal): -10733744 or 5257052. OLE color: 5257052.

HSL color Cylindrical-coordinate representation of color #5C3750: hue angle of 319.46º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C3750 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB925580-
CMYK00.400.130.64
HSL319.46º25.17%28.82%-
HSV(B)319.46º40.22%36.08%-
XYZ7.235.598.29-
YUV68.91134.26144.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.53%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=40.53%
G=24.23%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92558000.400.130.64319.4625.1728.82
Hex5C3750028D4013f191d
Octal13467120050151004773135
Binary101110011011110100000101000110110000001001111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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