Html Css Color HEX #80823D Wasabi

📋 copy color: '#80823D'

red 128 ◦ green 130 ◦ blue 61

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

Shades of Wasabi #80823D

Tints of Wasabi #80823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 40.13%
G = 40.75%
B = 19.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#80823D (or 0x80823D) is known color: Wasabi. HEX triplet: 80, 82 and 3D. RGB value is (128,130,61). Sum of RGB (Red+Green+Blue) = 128+130+61=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #80823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80823D is #7F7DC2. Grayscale: #797979. Windows color (decimal): -8355267 or 4031104. OLE color: 4031104.

HSL color Cylindrical-coordinate representation of color #80823D: hue angle of 61.74º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80823D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 61 -
CMYK 0.02 0 0.53 0.49
HSL 61.74º 0.36% 0.37% -
HSV(B) 61.74º 0.53% 0.51% -
XYZ 17.73 20.89 7.51 -
YUV 121.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 128 130 61 0.02 0 0.53 0.49 61.74 0.36 0.37
Hex 80 82 3D 2 0 35 31 3E 24 25
Octal 200 202 75 2 0 65 61 76 44 45
Binary 10000000 10000010 111101 10 0 110101 110001 111110 100100 100101

Color Harmonies of #80823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80823D

Black with #80823D

Text Example


Text Example

White with #80823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80823D; }

 p { color: rgb(128,130,61); }

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

background-color css

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

 a { background-color: rgb(128,130,61); }

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

border-color css

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

 span { border-color: rgb(128,130,61); }

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