Html Css Color HEX #957573 Bazaar

📋 copy color: '#957573'

red 149 ◦ green 117 ◦ blue 115

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

Shades of Bazaar #957573

Tints of Bazaar #957573

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

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#957573 (or 0x957573) is known color: 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

RGB 149 117 115 -
CMYK 0 0.21 0.23 0.42
HSL 3.53º 0.14% 0.52% -
HSV(B) 3.53º 0.23% 0.58% -
XYZ 21.85 20.35 19 -
YUV 126.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 149 117 115 0 0.21 0.23 0.42 3.53 0.14 0.52
Hex 95 75 73 0 15 17 2A 4 E 34
Octal 225 165 163 0 25 27 52 4 16 64
Binary 10010101 1110101 1110011 0 10101 10111 101010 100 1110 110100

Color Harmonies of #957573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957573

Black with #957573

Text Example


Text Example

White with #957573

Text Example


Text Example

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