#93736F

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

Shades of Bazaar #93736F

Tints of Bazaar #93736F

Color information

#93736F (or 0x93736F) is unknown color: approx Bazaar. HEX triplet: 93, 73 and 6F. RGB value is (147,115,111). Sum of RGB (Red+Green+Blue) = 147+115+111=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93736F is #6C8C90. Grayscale: #7C7C7C. Windows color (decimal): -7113873 or 7304083. OLE color: 7304083.

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

Color convert

RGB147115111-
CMYK00.220.240.42
HSL6.67º14.29%50.59%-
HSV(B)6.67º24.49%57.65%-
XYZ21.0319.6117.72-
YUV124.11120.6144.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=39.41%
G=30.83%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711511100.220.240.426.6714.2950.59
Hex93736F016182A7e33
Octal223163157026305271663
Binary1001001111100111101111010110110001010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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