#897575

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

Shades of Bazaar #897575

Tints of Bazaar #897575

Color information

#897575 (or 0x897575) is unknown color: approx Bazaar. HEX triplet: 89, 75 and 75. RGB value is (137,117,117). Sum of RGB (Red+Green+Blue) = 137+117+117=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #897575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897575 is #768A8A. Grayscale: #7B7B7B. Windows color (decimal): -7768715 or 7697801. OLE color: 7697801.

HSL color Cylindrical-coordinate representation of color #897575: hue angle of 0º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897575 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB137117117-
CMYK00.150.150.46
HSL7.87%49.8%-
HSV(B)14.6%53.73%-
XYZ19.8919.3319.51-
YUV122.98124.63138-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=36.93%
G=31.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711711700.150.150.4607.8749.8
Hex8975750FF2E0832
Octal211165165017175601062
Binary100010011110101111010101111111110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897575; }

 p { color: rgb(137,117,117); }

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

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

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

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

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

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

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