Html Css Color HEX #897471 Bazaar

📋 copy color: '#897471'

red 137 ◦ green 116 ◦ blue 113

#897471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #897471

Tints of Bazaar #897471

RGB

 RED value IS 137 (53.91% from 255) = 37.43%

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 37.43%
G = 31.69%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#897471 (or 0x897471) is known color: Bazaar. HEX triplet: 89, 74 and 71. RGB value is (137,116,113). Sum of RGB (Red+Green+Blue) = 137+116+113=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #897471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897471 is #768B8E. Grayscale: #797979. Windows color (decimal): -7768975 or 7435401. OLE color: 7435401.

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

Color convert

RGB 137 116 113 -
CMYK 0 0.15 0.18 0.46
HSL 7.5º 0.1% 0.49% -
HSV(B) 7.5º 0.18% 0.54% -
XYZ 19.54 19 18.26 -
YUV 121.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 137 116 113 0 0.15 0.18 0.46 7.5 0.1 0.49
Hex 89 74 71 0 F 12 2E 8 A 31
Octal 211 164 161 0 17 22 56 10 12 61
Binary 10001001 1110100 1110001 0 1111 10010 101110 1000 1010 110001

Color Harmonies of #897471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897471

Black with #897471

Text Example


Text Example

White with #897471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897471; }

 p { color: rgb(137,116,113); }

 H1.HeaderClassName
 {
   color: #897471;
 }
 .AnyTagClassName
 {
   color: #897471;
 }
</style>

background-color css

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

 a { background-color: rgb(137,116,113); }

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

border-color css

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

 span { border-color: rgb(137,116,113); }

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