#917270

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

Shades of Bazaar #917270

Tints of Bazaar #917270

Color information

#917270 (or 0x917270) is unknown color: approx Bazaar. HEX triplet: 91, 72 and 70. RGB value is (145,114,112). Sum of RGB (Red+Green+Blue) = 145+114+112=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #917270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917270 is #6E8D8F. Grayscale: #7B7B7B. Windows color (decimal): -7245200 or 7369361. OLE color: 7369361.

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

Color convert

RGB145114112-
CMYK00.210.230.43
HSL3.64º13.04%50.39%-
HSV(B)3.64º22.76%56.86%-
XYZ20.6219.2217.95-
YUV123.04121.77143.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=39.08%
G=30.73%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511411200.210.230.433.6413.0450.39
Hex917270015172B4d32
Octal221162160025275341562
Binary1001000111100101110000010101101111010111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917270; }

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

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

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

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

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

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

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

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