#8E716F

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

Shades of Bazaar #8E716F

Tints of Bazaar #8E716F

Color information

#8E716F (or 0x8E716F) is unknown color: approx Bazaar. HEX triplet: 8E, 71 and 6F. RGB value is (142,113,111). Sum of RGB (Red+Green+Blue) = 142+113+111=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E716F is #718E90. Grayscale: #797979. Windows color (decimal): -7442065 or 7303566. OLE color: 7303566.

HSL color Cylindrical-coordinate representation of color #8E716F: hue angle of 3.87º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E716F is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB142113111-
CMYK00.200.220.44
HSL3.87º12.25%49.61%-
HSV(B)3.87º21.83%55.69%-
XYZ19.9318.7117.6-
YUV121.44122.11142.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=38.80%
G=30.87%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211311100.200.220.443.8712.2549.61
Hex8E716F014162C4c32
Octal216161157024265441462
Binary1000111011100011101111010100101101011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E716F; }

 p { color: rgb(142,113,111); }

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

<style>
 a { background-color: #8E716F; }

 a { background-color: rgb(142,113,111); }

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

<style>
 span { border-color: #8E716F; }

 span { border-color: rgb(142,113,111); }

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