Html Css Color HEX #80863E Wasabi

📋 copy color: '#80863E'

red 128 ◦ green 134 ◦ blue 62

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

Shades of Wasabi #80863E

Tints of Wasabi #80863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 39.51%
G = 41.36%
B = 19.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#80863E (or 0x80863E) is known color: Wasabi. HEX triplet: 80, 86 and 3E. RGB value is (128,134,62). Sum of RGB (Red+Green+Blue) = 128+134+62=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #80863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80863E is #7F79C1. Grayscale: #7C7C7C. Windows color (decimal): -8354242 or 4097664. OLE color: 4097664.

HSL color Cylindrical-coordinate representation of color #80863E: hue angle of 65º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80863E is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 62 -
CMYK 0.04 0 0.54 0.47
HSL 65º 0.37% 0.38% -
HSV(B) 65º 0.54% 0.53% -
XYZ 18.3 21.99 7.84 -
YUV 124 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 128 134 62 0.04 0 0.54 0.47 65 0.37 0.38
Hex 80 86 3E 4 0 36 2F 41 25 26
Octal 200 206 76 4 0 66 57 101 45 46
Binary 10000000 10000110 111110 100 0 110110 101111 1000001 100101 100110

Color Harmonies of #80863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80863E

Black with #80863E

Text Example


Text Example

White with #80863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80863E; }

 p { color: rgb(128,134,62); }

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

background-color css

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

 a { background-color: rgb(128,134,62); }

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

border-color css

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

 span { border-color: rgb(128,134,62); }

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