#93716E

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

Shades of Bazaar #93716E

Tints of Bazaar #93716E

Color information

#93716E (or 0x93716E) is unknown color: approx Bazaar. HEX triplet: 93, 71 and 6E. RGB value is (147,113,110). Sum of RGB (Red+Green+Blue) = 147+113+110=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93716E is #6C8E91. Grayscale: #7A7A7A. Windows color (decimal): -7114386 or 7238035. OLE color: 7238035.

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

Color convert

RGB147113110-
CMYK00.230.250.42
HSL4.86º14.62%50.39%-
HSV(B)4.86º25.17%57.65%-
XYZ20.7519.1417.35-
YUV122.82120.76145.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=39.73%
G=30.54%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711311000.230.250.424.8614.6250.39
Hex93716E017192A5f32
Octal223161156027315251762
Binary1001001111100011101110010111110011010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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