Html Css Color HEX #80853E Wasabi

📋 copy color: '#80853E'

red 128 ◦ green 133 ◦ blue 62

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

Shades of Wasabi #80853E

Tints of Wasabi #80853E

RGB

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

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

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

R = 39.63%
G = 41.18%
B = 19.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#80853E (or 0x80853E) is known color: Wasabi. HEX triplet: 80, 85 and 3E. RGB value is (128,133,62). Sum of RGB (Red+Green+Blue) = 128+133+62=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #80853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853E is #7F7AC1. Grayscale: #7B7B7B. Windows color (decimal): -8354498 or 4097408. OLE color: 4097408.

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

Color convert

RGB 128 133 62 -
CMYK 0.04 0 0.53 0.48
HSL 64.23º 0.36% 0.38% -
HSV(B) 64.23º 0.53% 0.52% -
XYZ 18.16 21.71 7.79 -
YUV 123.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 128 133 62 0.04 0 0.53 0.48 64.23 0.36 0.38
Hex 80 85 3E 4 0 35 30 40 24 26
Octal 200 205 76 4 0 65 60 100 44 46
Binary 10000000 10000101 111110 100 0 110101 110000 1000000 100100 100110

Color Harmonies of #80853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80853E

Black with #80853E

Text Example


Text Example

White with #80853E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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