#93746F

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

Shades of Bazaar #93746F

Tints of Bazaar #93746F

Color information

#93746F (or 0x93746F) is unknown color: approx Bazaar. HEX triplet: 93, 74 and 6F. RGB value is (147,116,111). Sum of RGB (Red+Green+Blue) = 147+116+111=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93746F is #6C8B90. Grayscale: #7C7C7C. Windows color (decimal): -7113617 or 7304339. OLE color: 7304339.

HSL color Cylindrical-coordinate representation of color #93746F: hue angle of 8.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93746F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147116111-
CMYK00.210.240.42
HSL8.33º14.29%50.59%-
HSV(B)8.33º24.49%57.65%-
XYZ21.1519.8417.75-
YUV124.7120.27143.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=39.30%
G=31.02%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711611100.210.240.428.3314.2950.59
Hex93746F015182A8e33
Octal2231641570253052101663
Binary10010011111010011011110101011100010101010001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93746F; }

 p { color: rgb(147,116,111); }

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

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

 a { background-color: rgb(147,116,111); }

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

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

 span { border-color: rgb(147,116,111); }

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