Html Css Color HEX #808544 Wasabi

📋 copy color: '#808544'

red 128 ◦ green 133 ◦ blue 68

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

Shades of Wasabi #808544

Tints of Wasabi #808544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 38.91%
G = 40.43%
B = 20.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#808544 (or 0x808544) is known color: Wasabi. HEX triplet: 80, 85 and 44. RGB value is (128,133,68). Sum of RGB (Red+Green+Blue) = 128+133+68=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #808544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808544 is #7F7ABB. Grayscale: #7C7C7C. Windows color (decimal): -8354492 or 4490624. OLE color: 4490624.

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

Color convert

RGB 128 133 68 -
CMYK 0.04 0 0.49 0.48
HSL 64.62º 0.32% 0.39% -
HSV(B) 64.62º 0.49% 0.52% -
XYZ 18.33 21.78 8.71 -
YUV 124.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 128 133 68 0.04 0 0.49 0.48 64.62 0.32 0.39
Hex 80 85 44 4 0 31 30 41 20 27
Octal 200 205 104 4 0 61 60 101 40 47
Binary 10000000 10000101 1000100 100 0 110001 110000 1000001 100000 100111

Color Harmonies of #808544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808544

Black with #808544

Text Example


Text Example

White with #808544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808544; }

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

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

background-color css

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

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

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

border-color css

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

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

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