#857373

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

Shades of Bazaar #857373

Tints of Bazaar #857373

Color information

#857373 (or 0x857373) is unknown color: approx Bazaar. HEX triplet: 85, 73 and 73. RGB value is (133,115,115). Sum of RGB (Red+Green+Blue) = 133+115+115=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #857373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857373 is #7A8C8C. Grayscale: #787878. Windows color (decimal): -8031373 or 7566213. OLE color: 7566213.

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

Color convert

RGB133115115-
CMYK00.140.140.48
HSL7.26%48.63%-
HSV(B)13.53%52.16%-
XYZ18.918.4918.79-
YUV120.38124.96137-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=36.64%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311511500.140.140.4807.2648.63
Hex8573730EE300731
Octal20516316301616600761
Binary10000101111001111100110111011101100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857373; }

 p { color: rgb(133,115,115); }

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

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

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

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

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

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

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