Html Css Color HEX #808840 Wasabi

📋 copy color: '#808840'

red 128 ◦ green 136 ◦ blue 64

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

Shades of Wasabi #808840

Tints of Wasabi #808840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.46%

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

R = 39.02%
G = 41.46%
B = 19.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#808840 (or 0x808840) is known color: Wasabi. HEX triplet: 80, 88 and 40. RGB value is (128,136,64). Sum of RGB (Red+Green+Blue) = 128+136+64=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #808840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808840 is #7F77BF. Grayscale: #7D7D7D. Windows color (decimal): -8353728 or 4229248. OLE color: 4229248.

HSL color Cylindrical-coordinate representation of color #808840: hue angle of 66.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #808840 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 64 -
CMYK 0.06 0 0.53 0.47
HSL 66.67º 0.36% 0.39% -
HSV(B) 66.67º 0.53% 0.53% -
XYZ 18.63 22.57 8.22 -
YUV 125.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 128 136 64 0.06 0 0.53 0.47 66.67 0.36 0.39
Hex 80 88 40 6 0 35 2F 43 24 27
Octal 200 210 100 6 0 65 57 103 44 47
Binary 10000000 10001000 1000000 110 0 110101 101111 1000011 100100 100111

Color Harmonies of #808840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808840

Black with #808840

Text Example


Text Example

White with #808840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808840; }

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

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

background-color css

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

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

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

border-color css

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

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

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