Html Css Color HEX #80863A Wasabi

📋 copy color: '#80863A'

red 128 ◦ green 134 ◦ blue 58

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

Shades of Wasabi #80863A

Tints of Wasabi #80863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 40%
G = 41.88%
B = 18.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#80863A (or 0x80863A) is known color: Wasabi. HEX triplet: 80, 86 and 3A. RGB value is (128,134,58). Sum of RGB (Red+Green+Blue) = 128+134+58=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #80863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80863A is #7F79C5. Grayscale: #7B7B7B. Windows color (decimal): -8354246 or 3835520. OLE color: 3835520.

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

Color convert

RGB 128 134 58 -
CMYK 0.04 0 0.57 0.47
HSL 64.74º 0.4% 0.38% -
HSV(B) 64.74º 0.57% 0.53% -
XYZ 18.19 21.94 7.28 -
YUV 123.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 128 134 58 0.04 0 0.57 0.47 64.74 0.4 0.38
Hex 80 86 3A 4 0 39 2F 41 28 26
Octal 200 206 72 4 0 71 57 101 50 46
Binary 10000000 10000110 111010 100 0 111001 101111 1000001 101000 100110

Color Harmonies of #80863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80863A

Black with #80863A

Text Example


Text Example

White with #80863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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