#827575

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

Shades of Bazaar #827575

Tints of Bazaar #827575

Color information

#827575 (or 0x827575) is unknown color: approx Bazaar. HEX triplet: 82, 75 and 75. RGB value is (130,117,117). Sum of RGB (Red+Green+Blue) = 130+117+117=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827575 is #7D8A8A. Grayscale: #787878. Windows color (decimal): -8227467 or 7697794. OLE color: 7697794.

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

Color convert

RGB130117117-
CMYK00.10.10.49
HSL5.26%48.43%-
HSV(B)10%50.98%-
XYZ18.7818.7519.46-
YUV120.89125.81134.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=35.71%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011711700.10.10.4905.2648.43
Hex8275750AA310530
Octal20216516501212610560
Binary10000010111010111101010101010101100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827575; }

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

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

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

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

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

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

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

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