Html Css Color HEX #80873E Wasabi

📋 copy color: '#80873E'

red 128 ◦ green 135 ◦ blue 62

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

Shades of Wasabi #80873E

Tints of Wasabi #80873E

RGB

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

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

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

R = 39.38%
G = 41.54%
B = 19.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#80873E (or 0x80873E) is known color: Wasabi. HEX triplet: 80, 87 and 3E. RGB value is (128,135,62). Sum of RGB (Red+Green+Blue) = 128+135+62=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #80873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873E is #7F78C1. Grayscale: #7C7C7C. Windows color (decimal): -8353986 or 4097920. OLE color: 4097920.

HSL color Cylindrical-coordinate representation of color #80873E: hue angle of 65.75º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80873E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 62 -
CMYK 0.05 0 0.54 0.47
HSL 65.75º 0.37% 0.39% -
HSV(B) 65.75º 0.54% 0.53% -
XYZ 18.44 22.26 7.88 -
YUV 124.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 128 135 62 0.05 0 0.54 0.47 65.75 0.37 0.39
Hex 80 87 3E 5 0 36 2F 42 25 27
Octal 200 207 76 5 0 66 57 102 45 47
Binary 10000000 10000111 111110 101 0 110110 101111 1000010 100101 100111

Color Harmonies of #80873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80873E

Black with #80873E

Text Example


Text Example

White with #80873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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