#897672

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

Shades of Bazaar #897672

Tints of Bazaar #897672

Color information

#897672 (or 0x897672) is unknown color: approx Bazaar. HEX triplet: 89, 76 and 72. RGB value is (137,118,114). Sum of RGB (Red+Green+Blue) = 137+118+114=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #897672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897672 is #76898D. Grayscale: #7B7B7B. Windows color (decimal): -7768462 or 7501449. OLE color: 7501449.

HSL color Cylindrical-coordinate representation of color #897672: hue angle of 10.43º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897672 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB137118114-
CMYK00.140.170.46
HSL10.43º9.16%49.22%-
HSV(B)10.43º16.79%53.73%-
XYZ19.8319.4918.64-
YUV123.22122.79137.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=37.13%
G=31.98%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711811400.140.170.4610.439.1649.22
Hex8976720E112Ea931
Octal2111661620162156121161
Binary1000100111101101110010011101000110111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897672; }

 p { color: rgb(137,118,114); }

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

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

 a { background-color: rgb(137,118,114); }

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

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

 span { border-color: rgb(137,118,114); }

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