Html Css Color HEX #889373 Sage

📋 copy color: '#889373'

red 136 ◦ green 147 ◦ blue 115

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

Shades of Sage #889373

Tints of Sage #889373

RGB

 RED value IS 136 (53.52% from 255) = 34.17%

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 34.17%
G = 36.93%
B = 28.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#889373 (or 0x889373) is known color: Sage. HEX triplet: 88, 93 and 73. RGB value is (136,147,115). Sum of RGB (Red+Green+Blue) = 136+147+115=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #889373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889373 is #776C8C. Grayscale: #8C8C8C. Windows color (decimal): -7826573 or 7574408. OLE color: 7574408.

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

Color convert

RGB 136 147 115 -
CMYK 0.07 0 0.22 0.42
HSL 80.63º 0.13% 0.51% -
HSV(B) 80.63º 0.22% 0.58% -
XYZ 23.68 27.34 20.25 -
YUV 140.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 136 147 115 0.07 0 0.22 0.42 80.63 0.13 0.51
Hex 88 93 73 7 0 16 2A 51 D 33
Octal 210 223 163 7 0 26 52 121 15 63
Binary 10001000 10010011 1110011 111 0 10110 101010 1010001 1101 110011

Color Harmonies of #889373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889373

Black with #889373

Text Example


Text Example

White with #889373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889373; }

 p { color: rgb(136,147,115); }

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

background-color css

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

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

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

border-color css

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

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

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