#93726E

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

Shades of Bazaar #93726E

Tints of Bazaar #93726E

Color information

#93726E (or 0x93726E) is unknown color: approx Bazaar. HEX triplet: 93, 72 and 6E. RGB value is (147,114,110). Sum of RGB (Red+Green+Blue) = 147+114+110=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726E is #6C8D91. Grayscale: #7B7B7B. Windows color (decimal): -7114130 or 7238291. OLE color: 7238291.

HSL color Cylindrical-coordinate representation of color #93726E: hue angle of 6.49º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93726E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB147114110-
CMYK00.220.250.42
HSL6.49º14.62%50.39%-
HSV(B)6.49º25.17%57.65%-
XYZ20.8619.3617.39-
YUV123.41120.43144.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=39.62%
G=30.73%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711411000.220.250.426.4914.6250.39
Hex93726E016192A6f32
Octal223162156026315261762
Binary1001001111100101101110010110110011010101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93726E; }

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

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

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

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

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

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

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

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