Html Css Color HEX #80863C Wasabi

📋 copy color: '#80863C'

red 128 ◦ green 134 ◦ blue 60

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

Shades of Wasabi #80863C

Tints of Wasabi #80863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 39.75%
G = 41.61%
B = 18.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#80863C (or 0x80863C) is known color: Wasabi. HEX triplet: 80, 86 and 3C. RGB value is (128,134,60). Sum of RGB (Red+Green+Blue) = 128+134+60=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #80863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80863C is #7F79C3. Grayscale: #7C7C7C. Windows color (decimal): -8354244 or 3966592. OLE color: 3966592.

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

Color convert

RGB 128 134 60 -
CMYK 0.04 0 0.55 0.47
HSL 64.86º 0.38% 0.38% -
HSV(B) 64.86º 0.55% 0.53% -
XYZ 18.24 21.97 7.55 -
YUV 123.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 128 134 60 0.04 0 0.55 0.47 64.86 0.38 0.38
Hex 80 86 3C 4 0 37 2F 41 26 26
Octal 200 206 74 4 0 67 57 101 46 46
Binary 10000000 10000110 111100 100 0 110111 101111 1000001 100110 100110

Color Harmonies of #80863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80863C

Black with #80863C

Text Example


Text Example

White with #80863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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