#957370

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

Shades of Bazaar #957370

Tints of Bazaar #957370

Color information

#957370 (or 0x957370) is unknown color: approx Bazaar. HEX triplet: 95, 73 and 70. RGB value is (149,115,112). Sum of RGB (Red+Green+Blue) = 149+115+112=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #957370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957370 is #6A8C8F. Grayscale: #7C7C7C. Windows color (decimal): -6982800 or 7369621. OLE color: 7369621.

HSL color Cylindrical-coordinate representation of color #957370: hue angle of 4.86º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957370 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149115112-
CMYK00.230.250.42
HSL4.86º14.86%51.18%-
HSV(B)4.86º24.83%58.43%-
XYZ21.4519.8218.02-
YUV124.82120.76145.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=39.63%
G=30.59%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911511200.230.250.424.8614.8651.18
Hex957370017192A5f33
Octal225163160027315251763
Binary1001010111100111110000010111110011010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957370; }

 p { color: rgb(149,115,112); }

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

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

 a { background-color: rgb(149,115,112); }

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

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

 span { border-color: rgb(149,115,112); }

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