Html Css Color HEX #80873F Wasabi

📋 copy color: '#80873F'

red 128 ◦ green 135 ◦ blue 63

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

Shades of Wasabi #80873F

Tints of Wasabi #80873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 39.26%
G = 41.41%
B = 19.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#80873F (or 0x80873F) is known color: Wasabi. HEX triplet: 80, 87 and 3F. RGB value is (128,135,63). Sum of RGB (Red+Green+Blue) = 128+135+63=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #80873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873F is #7F78C0. Grayscale: #7C7C7C. Windows color (decimal): -8353985 or 4163456. OLE color: 4163456.

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

Color convert

RGB 128 135 63 -
CMYK 0.05 0 0.53 0.47
HSL 65.83º 0.36% 0.39% -
HSV(B) 65.83º 0.53% 0.53% -
XYZ 18.46 22.28 8.03 -
YUV 124.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 128 135 63 0.05 0 0.53 0.47 65.83 0.36 0.39
Hex 80 87 3F 5 0 35 2F 42 24 27
Octal 200 207 77 5 0 65 57 102 44 47
Binary 10000000 10000111 111111 101 0 110101 101111 1000010 100100 100111

Color Harmonies of #80873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80873F

Black with #80873F

Text Example


Text Example

White with #80873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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