Html Css Color HEX #808540 Wasabi

📋 copy color: '#808540'

red 128 ◦ green 133 ◦ blue 64

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

Shades of Wasabi #808540

Tints of Wasabi #808540

RGB

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

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

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

R = 39.38%
G = 40.92%
B = 19.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#808540 (or 0x808540) is known color: Wasabi. HEX triplet: 80, 85 and 40. RGB value is (128,133,64). Sum of RGB (Red+Green+Blue) = 128+133+64=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #808540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808540 is #7F7ABF. Grayscale: #7B7B7B. Windows color (decimal): -8354496 or 4228480. OLE color: 4228480.

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

Color convert

RGB 128 133 64 -
CMYK 0.04 0 0.52 0.48
HSL 64.35º 0.35% 0.39% -
HSV(B) 64.35º 0.52% 0.52% -
XYZ 18.22 21.73 8.09 -
YUV 123.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 128 133 64 0.04 0 0.52 0.48 64.35 0.35 0.39
Hex 80 85 40 4 0 34 30 40 23 27
Octal 200 205 100 4 0 64 60 100 43 47
Binary 10000000 10000101 1000000 100 0 110100 110000 1000000 100011 100111

Color Harmonies of #808540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808540

Black with #808540

Text Example


Text Example

White with #808540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808540; }

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

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

background-color css

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

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

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

border-color css

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

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

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