Html Css Color HEX #808449 Wasabi

📋 copy color: '#808449'

red 128 ◦ green 132 ◦ blue 73

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

Shades of Wasabi #808449

Tints of Wasabi #808449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

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

R = 38.44%
G = 39.64%
B = 21.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#808449 (or 0x808449) is known color: Wasabi. HEX triplet: 80, 84 and 49. RGB value is (128,132,73). Sum of RGB (Red+Green+Blue) = 128+132+73=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #808449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808449 is #7F7BB6. Grayscale: #7C7C7C. Windows color (decimal): -8354743 or 4818048. OLE color: 4818048.

HSL color Cylindrical-coordinate representation of color #808449: hue angle of 64.07º 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 #808449 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 73 -
CMYK 0.03 0 0.45 0.48
HSL 64.07º 0.29% 0.4% -
HSV(B) 64.07º 0.45% 0.52% -
XYZ 18.36 21.57 9.5 -
YUV 124.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 128 132 73 0.03 0 0.45 0.48 64.07 0.29 0.4
Hex 80 84 49 3 0 2D 30 40 1D 28
Octal 200 204 111 3 0 55 60 100 35 50
Binary 10000000 10000100 1001001 11 0 101101 110000 1000000 11101 101000

Color Harmonies of #808449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808449

Black with #808449

Text Example


Text Example

White with #808449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808449; }

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

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

background-color css

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

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

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

border-color css

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

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

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