Html Css Color HEX #80843A Wasabi

📋 copy color: '#80843A'

red 128 ◦ green 132 ◦ blue 58

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

Shades of Wasabi #80843A

Tints of Wasabi #80843A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

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

R = 40.25%
G = 41.51%
B = 18.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#80843A (or 0x80843A) is known color: Wasabi. HEX triplet: 80, 84 and 3A. RGB value is (128,132,58). Sum of RGB (Red+Green+Blue) = 128+132+58=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #80843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80843A is #7F7BC5. Grayscale: #7A7A7A. Windows color (decimal): -8354758 or 3835008. OLE color: 3835008.

HSL color Cylindrical-coordinate representation of color #80843A: hue angle of 63.24º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80843A is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 58 -
CMYK 0.03 0 0.56 0.48
HSL 63.24º 0.39% 0.37% -
HSV(B) 63.24º 0.56% 0.52% -
XYZ 17.92 21.4 7.19 -
YUV 122.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 128 132 58 0.03 0 0.56 0.48 63.24 0.39 0.37
Hex 80 84 3A 3 0 38 30 3F 27 25
Octal 200 204 72 3 0 70 60 77 47 45
Binary 10000000 10000100 111010 11 0 111000 110000 111111 100111 100101

Color Harmonies of #80843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80843A

Black with #80843A

Text Example


Text Example

White with #80843A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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