Html Css Color HEX #809549 Wasabi

📋 copy color: '#809549'

red 128 ◦ green 149 ◦ blue 73

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

Shades of Wasabi #809549

Tints of Wasabi #809549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 36.57%
G = 42.57%
B = 20.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#809549 (or 0x809549) is known color: Wasabi. HEX triplet: 80, 95 and 49. RGB value is (128,149,73). Sum of RGB (Red+Green+Blue) = 128+149+73=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #809549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809549 is #7F6AB6. Grayscale: #868686. Windows color (decimal): -8350391 or 4822400. OLE color: 4822400.

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

Color convert

RGB 128 149 73 -
CMYK 0.14 0 0.51 0.42
HSL 76.58º 0.34% 0.44% -
HSV(B) 76.58º 0.51% 0.58% -
XYZ 20.85 26.57 10.33 -
YUV 134.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 128 149 73 0.14 0 0.51 0.42 76.58 0.34 0.44
Hex 80 95 49 E 0 33 2A 4D 22 2C
Octal 200 225 111 16 0 63 52 115 42 54
Binary 10000000 10010101 1001001 1110 0 110011 101010 1001101 100010 101100

Color Harmonies of #809549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809549

Black with #809549

Text Example


Text Example

White with #809549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809549; }

 p { color: rgb(128,149,73); }

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

background-color css

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

 a { background-color: rgb(128,149,73); }

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

border-color css

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

 span { border-color: rgb(128,149,73); }

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