#957573

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

Shades of Bazaar #957573

Tints of Bazaar #957573

Color information

#957573 (or 0x957573) is unknown color: approx Bazaar. HEX triplet: 95, 75 and 73. RGB value is (149,117,115). Sum of RGB (Red+Green+Blue) = 149+117+115=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #957573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957573 is #6A8A8C. Grayscale: #7E7E7E. Windows color (decimal): -6982285 or 7566741. OLE color: 7566741.

HSL color Cylindrical-coordinate representation of color #957573: hue angle of 3.53º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957573 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149117115-
CMYK00.210.230.42
HSL3.53º13.82%51.76%-
HSV(B)3.53º22.82%58.43%-
XYZ21.8520.3519-
YUV126.34121.6144.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=39.11%
G=30.71%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911711500.210.230.423.5313.8251.76
Hex957573015172A4e34
Octal225165163025275241664
Binary1001010111101011110011010101101111010101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957573; }

 p { color: rgb(149,117,115); }

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

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

 a { background-color: rgb(149,117,115); }

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

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

 span { border-color: rgb(149,117,115); }

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