Html Css Color HEX #80873A Wasabi

📋 copy color: '#80873A'

red 128 ◦ green 135 ◦ blue 58

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

Shades of Wasabi #80873A

Tints of Wasabi #80873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.06%

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

R = 39.88%
G = 42.06%
B = 18.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#80873A (or 0x80873A) is known color: Wasabi. HEX triplet: 80, 87 and 3A. RGB value is (128,135,58). Sum of RGB (Red+Green+Blue) = 128+135+58=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #80873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873A is #7F78C5. Grayscale: #7C7C7C. Windows color (decimal): -8353990 or 3835776. OLE color: 3835776.

HSL color Cylindrical-coordinate representation of color #80873A: hue angle of 65.45º 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 #80873A is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 58 -
CMYK 0.05 0 0.57 0.47
HSL 65.45º 0.4% 0.38% -
HSV(B) 65.45º 0.57% 0.53% -
XYZ 18.33 22.22 7.33 -
YUV 124.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 128 135 58 0.05 0 0.57 0.47 65.45 0.4 0.38
Hex 80 87 3A 5 0 39 2F 41 28 26
Octal 200 207 72 5 0 71 57 101 50 46
Binary 10000000 10000111 111010 101 0 111001 101111 1000001 101000 100110

Color Harmonies of #80873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80873A

Black with #80873A

Text Example


Text Example

White with #80873A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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