#837575

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

Shades of Bazaar #837575

Tints of Bazaar #837575

Color information

#837575 (or 0x837575) is unknown color: approx Bazaar. HEX triplet: 83, 75 and 75. RGB value is (131,117,117). Sum of RGB (Red+Green+Blue) = 131+117+117=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #837575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837575 is #7C8A8A. Grayscale: #797979. Windows color (decimal): -8161931 or 7697795. OLE color: 7697795.

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

Color convert

RGB131117117-
CMYK00.110.110.49
HSL5.65%48.63%-
HSV(B)10.69%51.37%-
XYZ18.9318.8319.47-
YUV121.19125.64135-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=35.89%
G=32.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111711700.110.110.4905.6548.63
Hex8375750BB310631
Octal20316516501313610661
Binary10000011111010111101010101110111100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837575; }

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

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

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

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

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

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

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

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