Html Css Color HEX #80892F Wasabi

📋 copy color: '#80892F'

red 128 ◦ green 137 ◦ blue 47

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

Shades of Wasabi #80892F

Tints of Wasabi #80892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 41.03%
G = 43.91%
B = 15.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#80892F (or 0x80892F) is known color: Wasabi. HEX triplet: 80, 89 and 2F. RGB value is (128,137,47). Sum of RGB (Red+Green+Blue) = 128+137+47=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #80892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80892F is #7F76D0. Grayscale: #7C7C7C. Windows color (decimal): -8353489 or 3115392. OLE color: 3115392.

HSL color Cylindrical-coordinate representation of color #80892F: hue angle of 66º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80892F is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 47 -
CMYK 0.07 0 0.66 0.46
HSL 66º 0.49% 0.36% -
HSV(B) 66º 0.66% 0.54% -
XYZ 18.36 22.69 6.1 -
YUV 124.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 128 137 47 0.07 0 0.66 0.46 66 0.49 0.36
Hex 80 89 2F 7 0 42 2E 42 31 24
Octal 200 211 57 7 0 102 56 102 61 44
Binary 10000000 10001001 101111 111 0 1000010 101110 1000010 110001 100100

Color Harmonies of #80892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80892F

Black with #80892F

Text Example


Text Example

White with #80892F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,137,47); }

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

background-color css

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

 a { background-color: rgb(128,137,47); }

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

border-color css

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

 span { border-color: rgb(128,137,47); }

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