#847575

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

Shades of Bazaar #847575

Tints of Bazaar #847575

Color information

#847575 (or 0x847575) is unknown color: approx Bazaar. HEX triplet: 84, 75 and 75. RGB value is (132,117,117). Sum of RGB (Red+Green+Blue) = 132+117+117=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #847575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847575 is #7B8A8A. Grayscale: #797979. Windows color (decimal): -8096395 or 7697796. OLE color: 7697796.

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

Color convert

RGB132117117-
CMYK00.110.110.48
HSL6.02%48.82%-
HSV(B)11.36%51.76%-
XYZ19.0918.9119.47-
YUV121.48125.47135.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=36.07%
G=31.97%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211711700.110.110.4806.0248.82
Hex8475750BB300631
Octal20416516501313600661
Binary10000100111010111101010101110111100000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847575; }

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

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

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

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

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

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

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

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