#917170

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

Shades of Bazaar #917170

Tints of Bazaar #917170

Color information

#917170 (or 0x917170) is unknown color: approx Bazaar. HEX triplet: 91, 71 and 70. RGB value is (145,113,112). Sum of RGB (Red+Green+Blue) = 145+113+112=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #917170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917170 is #6E8E8F. Grayscale: #7A7A7A. Windows color (decimal): -7245456 or 7369105. OLE color: 7369105.

HSL color Cylindrical-coordinate representation of color #917170: hue angle of 1.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917170 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145113112-
CMYK00.220.230.43
HSL1.82º13.04%50.39%-
HSV(B)1.82º22.76%56.86%-
XYZ20.511917.92-
YUV122.45122.1144.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=39.19%
G=30.54%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511311200.220.230.431.8213.0450.39
Hex917170016172B2d32
Octal221161160026275321562
Binary100100011110001111000001011010111101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917170; }

 p { color: rgb(145,113,112); }

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

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

 a { background-color: rgb(145,113,112); }

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

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

 span { border-color: rgb(145,113,112); }

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