Html Css Color HEX #897373 Bazaar

📋 copy color: '#897373'

red 137 ◦ green 115 ◦ blue 115

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

Shades of Bazaar #897373

Tints of Bazaar #897373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 37.33%
G = 31.34%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#897373 (or 0x897373) is known color: Bazaar. HEX triplet: 89, 73 and 73. RGB value is (137,115,115). Sum of RGB (Red+Green+Blue) = 137+115+115=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #897373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897373 is #768C8C. Grayscale: #797979. Windows color (decimal): -7769229 or 7566217. OLE color: 7566217.

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

Color convert

RGB 137 115 115 -
CMYK 0 0.16 0.16 0.46
HSL 0.09% 0.49% -
HSV(B) 0.16% 0.54% -
XYZ 19.54 18.82 18.82 -
YUV 121.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 137 115 115 0 0.16 0.16 0.46 0 0.09 0.49
Hex 89 73 73 0 10 10 2E 0 9 31
Octal 211 163 163 0 20 20 56 0 11 61
Binary 10001001 1110011 1110011 0 10000 10000 101110 0 1001 110001

Color Harmonies of #897373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897373

Black with #897373

Text Example


Text Example

White with #897373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897373; }

 p { color: rgb(137,115,115); }

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

background-color css

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

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

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

border-color css

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

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

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