#93736E

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

Shades of Bazaar #93736E

Tints of Bazaar #93736E

Color information

#93736E (or 0x93736E) is unknown color: approx Bazaar. HEX triplet: 93, 73 and 6E. RGB value is (147,115,110). Sum of RGB (Red+Green+Blue) = 147+115+110=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93736E is #6C8C91. Grayscale: #7C7C7C. Windows color (decimal): -7113874 or 7238547. OLE color: 7238547.

HSL color Cylindrical-coordinate representation of color #93736E: hue angle of 8.11º 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 #93736E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB147115110-
CMYK00.220.250.42
HSL8.11º14.62%50.39%-
HSV(B)8.11º25.17%57.65%-
XYZ20.9819.5917.43-
YUV124120.1144.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=39.52%
G=30.91%
B=29.57%

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
Decimal14711511000.220.250.428.1114.6250.39
Hex93736E016192A8f32
Octal2231631560263152101762
Binary10010011111001111011100101101100110101010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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