Html Css Color HEX #808240 Wasabi

📋 copy color: '#808240'

red 128 ◦ green 130 ◦ blue 64

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

Shades of Wasabi #808240

Tints of Wasabi #808240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 39.75%
G = 40.37%
B = 19.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#808240 (or 0x808240) is known color: Wasabi. HEX triplet: 80, 82 and 40. RGB value is (128,130,64). Sum of RGB (Red+Green+Blue) = 128+130+64=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #808240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808240 is #7F7DBF. Grayscale: #7A7A7A. Windows color (decimal): -8355264 or 4227712. OLE color: 4227712.

HSL color Cylindrical-coordinate representation of color #808240: hue angle of 61.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #808240 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 64 -
CMYK 0.02 0 0.51 0.49
HSL 61.82º 0.34% 0.38% -
HSV(B) 61.82º 0.51% 0.51% -
XYZ 17.81 20.92 7.95 -
YUV 121.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 128 130 64 0.02 0 0.51 0.49 61.82 0.34 0.38
Hex 80 82 40 2 0 33 31 3E 22 26
Octal 200 202 100 2 0 63 61 76 42 46
Binary 10000000 10000010 1000000 10 0 110011 110001 111110 100010 100110

Color Harmonies of #808240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808240

Black with #808240

Text Example


Text Example

White with #808240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808240; }

 p { color: rgb(128,130,64); }

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

background-color css

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

 a { background-color: rgb(128,130,64); }

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

border-color css

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

 span { border-color: rgb(128,130,64); }

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