Html Css Color HEX #808549 Wasabi

📋 copy color: '#808549'

red 128 ◦ green 133 ◦ blue 73

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

Shades of Wasabi #808549

Tints of Wasabi #808549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 38.32%
G = 39.82%
B = 21.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#808549 (or 0x808549) is known color: Wasabi. HEX triplet: 80, 85 and 49. RGB value is (128,133,73). Sum of RGB (Red+Green+Blue) = 128+133+73=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #808549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808549 is #7F7AB6. Grayscale: #7C7C7C. Windows color (decimal): -8354487 or 4818304. OLE color: 4818304.

HSL color Cylindrical-coordinate representation of color #808549: hue angle of 65º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808549 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 73 -
CMYK 0.04 0 0.45 0.48
HSL 65º 0.29% 0.4% -
HSV(B) 65º 0.45% 0.52% -
XYZ 18.49 21.85 9.55 -
YUV 124.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 128 133 73 0.04 0 0.45 0.48 65 0.29 0.4
Hex 80 85 49 4 0 2D 30 41 1D 28
Octal 200 205 111 4 0 55 60 101 35 50
Binary 10000000 10000101 1001001 100 0 101101 110000 1000001 11101 101000

Color Harmonies of #808549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808549

Black with #808549

Text Example


Text Example

White with #808549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808549; }

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

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

background-color css

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

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

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

border-color css

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

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

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