Html Css Color HEX #5C3750 Purple Taupe

📋 copy color: '#5C3750'

red 92 ◦ green 55 ◦ blue 80

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

Shades of Purple Taupe #5C3750

Tints of Purple Taupe #5C3750

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

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5C3750 (or 0x5C3750) is known color: 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

RGB 92 55 80 -
CMYK 0 0.40 0.13 0.64
HSL 319.46º 0.25% 0.29% -
HSV(B) 319.46º 0.4% 0.36% -
XYZ 7.23 5.59 8.29 -
YUV 68.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 92 55 80 0 0.40 0.13 0.64 319.46 0.25 0.29
Hex 5C 37 50 0 28 D 40 13F 19 1D
Octal 134 67 120 0 50 15 100 477 31 35
Binary 1011100 110111 1010000 0 101000 1101 1000000 100111111 11001 11101

Color Harmonies of #5C3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3750

Black with #5C3750

Text Example


Text Example

White with #5C3750

Text Example


Text Example

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