#937572

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

Shades of Bazaar #937572

Tints of Bazaar #937572

Color information

#937572 (or 0x937572) is unknown color: approx Bazaar. HEX triplet: 93, 75 and 72. RGB value is (147,117,114). Sum of RGB (Red+Green+Blue) = 147+117+114=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #937572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937572 is #6C8A8D. Grayscale: #7D7D7D. Windows color (decimal): -7113358 or 7501203. OLE color: 7501203.

HSL color Cylindrical-coordinate representation of color #937572: hue angle of 5.45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937572 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147117114-
CMYK00.200.220.42
HSL5.45º13.25%51.18%-
HSV(B)5.45º22.45%57.65%-
XYZ21.4320.1418.68-
YUV125.63121.44143.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=38.89%
G=30.95%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711711400.200.220.425.4513.2551.18
Hex937572014162A5d33
Octal223165162024265251563
Binary1001001111101011110010010100101101010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937572; }

 p { color: rgb(147,117,114); }

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

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

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

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

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

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

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