#917570

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

Shades of Bazaar #917570

Tints of Bazaar #917570

Color information

#917570 (or 0x917570) is unknown color: approx Bazaar. HEX triplet: 91, 75 and 70. RGB value is (145,117,112). Sum of RGB (Red+Green+Blue) = 145+117+112=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #917570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917570 is #6E8A8F. Grayscale: #7C7C7C. Windows color (decimal): -7244432 or 7370129. OLE color: 7370129.

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

Color convert

RGB145117112-
CMYK00.190.230.43
HSL9.09º13.04%50.39%-
HSV(B)9.09º22.76%56.86%-
XYZ20.9619.9118.07-
YUV124.8120.78142.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=38.77%
G=31.28%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511711200.190.230.439.0913.0450.39
Hex917570013172B9d32
Octal2211651600232753111562
Binary10010001111010111100000100111011110101110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917570; }

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

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

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

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

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

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

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

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