Html Css Color HEX #80894D Wasabi

📋 copy color: '#80894D'

red 128 ◦ green 137 ◦ blue 77

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

Shades of Wasabi #80894D

Tints of Wasabi #80894D

RGB

 RED value IS 128 (50.39% from 255) = 37.43%

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 37.43%
G = 40.06%
B = 22.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#80894D (or 0x80894D) is known color: Wasabi. HEX triplet: 80, 89 and 4D. RGB value is (128,137,77). Sum of RGB (Red+Green+Blue) = 128+137+77=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #80894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80894D is #7F76B2. Grayscale: #7F7F7F. Windows color (decimal): -8353459 or 5081472. OLE color: 5081472.

HSL color Cylindrical-coordinate representation of color #80894D: hue angle of 69º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80894D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 77 -
CMYK 0.07 0 0.44 0.46
HSL 69º 0.28% 0.42% -
HSV(B) 69º 0.44% 0.54% -
XYZ 19.19 23.02 10.45 -
YUV 127.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 128 137 77 0.07 0 0.44 0.46 69 0.28 0.42
Hex 80 89 4D 7 0 2C 2E 45 1C 2A
Octal 200 211 115 7 0 54 56 105 34 52
Binary 10000000 10001001 1001101 111 0 101100 101110 1000101 11100 101010

Color Harmonies of #80894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80894D

Black with #80894D

Text Example


Text Example

White with #80894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80894D; }

 p { color: rgb(128,137,77); }

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

background-color css

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

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

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

border-color css

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

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

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