#837573

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

Shades of Bazaar #837573

Tints of Bazaar #837573

Color information

#837573 (or 0x837573) is unknown color: approx Bazaar. HEX triplet: 83, 75 and 73. RGB value is (131,117,115). Sum of RGB (Red+Green+Blue) = 131+117+115=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #837573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837573 is #7C8A8C. Grayscale: #787878. Windows color (decimal): -8161933 or 7566723. OLE color: 7566723.

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

Color convert

RGB131117115-
CMYK00.110.120.49
HSL7.5º6.5%48.24%-
HSV(B)7.5º12.21%51.37%-
XYZ18.8218.7918.85-
YUV120.96124.64135.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=36.09%
G=32.23%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111711500.110.120.497.56.548.24
Hex8375730BC317730
Octal20316516301314617760
Binary1000001111101011110011010111100110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837573; }

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

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

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

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

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

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

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

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