#847574

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

Shades of Bazaar #847574

Tints of Bazaar #847574

Color information

#847574 (or 0x847574) is unknown color: approx Bazaar. HEX triplet: 84, 75 and 74. RGB value is (132,117,116). Sum of RGB (Red+Green+Blue) = 132+117+116=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847574 is #7B8A8B. Grayscale: #797979. Windows color (decimal): -8096396 or 7632260. OLE color: 7632260.

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

Color convert

RGB132117116-
CMYK00.110.120.48
HSL3.75º6.45%48.63%-
HSV(B)3.75º12.12%51.76%-
XYZ19.0318.8919.17-
YUV121.37124.97135.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=36.16%
G=32.05%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211711600.110.120.483.756.4548.63
Hex8475740BC304631
Octal20416516401314604661
Binary1000010011101011110100010111100110000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847574; }

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

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

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

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

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

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

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

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