#917470

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

Shades of Bazaar #917470

Tints of Bazaar #917470

Color information

#917470 (or 0x917470) is unknown color: approx Bazaar. HEX triplet: 91, 74 and 70. RGB value is (145,116,112). Sum of RGB (Red+Green+Blue) = 145+116+112=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #917470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917470 is #6E8B8F. Grayscale: #7C7C7C. Windows color (decimal): -7244688 or 7369873. OLE color: 7369873.

HSL color Cylindrical-coordinate representation of color #917470: hue angle of 7.27º 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 #917470 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145116112-
CMYK00.20.230.43
HSL7.27º13.04%50.39%-
HSV(B)7.27º22.76%56.86%-
XYZ20.8519.6818.03-
YUV124.22121.11142.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=38.87%
G=31.10%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511611200.20.230.437.2713.0450.39
Hex917470014172B7d32
Octal221164160024275371562
Binary1001000111101001110000010100101111010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917470; }

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

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

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

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

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

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

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

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