#935C55

Color #935C55 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #935C55

Tints of Rose Taupe #935C55

Color information

#935C55 (or 0x935C55) is unknown color: approx Rose Taupe. HEX triplet: 93, 5C and 55. RGB value is (147,92,85). Sum of RGB (Red+Green+Blue) = 147+92+85=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #935C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C55 is #6CA3AA. Grayscale: #6B6B6B. Windows color (decimal): -7119787 or 5594259. OLE color: 5594259.

HSL color Cylindrical-coordinate representation of color #935C55: hue angle of 6.77º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935C55 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1479285-
CMYK00.370.420.42
HSL6.77º26.72%45.49%-
HSV(B)6.77º42.18%57.65%-
XYZ17.514.5110.47-
YUV107.65115.22156.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=45.37%
G=28.40%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147928500.370.420.426.7726.7245.49
Hex935C550252A2A71b2d
Octal223134125045525273355
Binary1001001110111001010101010010110101010101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935C55; }

 p { color: rgb(147,92,85); }

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

<style>
 a { background-color: #935C55; }

 a { background-color: rgb(147,92,85); }

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

<style>
 span { border-color: #935C55; }

 span { border-color: rgb(147,92,85); }

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