Html Css Color HEX #83944D Wasabi

📋 copy color: '#83944D'

red 131 ◦ green 148 ◦ blue 77

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

Shades of Wasabi #83944D

Tints of Wasabi #83944D

RGB

 RED value IS 131 (51.56% from 255) = 36.8%

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 36.8%
G = 41.57%
B = 21.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#83944D (or 0x83944D) is known color: Wasabi. HEX triplet: 83, 94 and 4D. RGB value is (131,148,77). Sum of RGB (Red+Green+Blue) = 131+148+77=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #83944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83944D is #7C6BB2. Grayscale: #878787. Windows color (decimal): -8154035 or 5084291. OLE color: 5084291.

HSL color Cylindrical-coordinate representation of color #83944D: hue angle of 74.37º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83944D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 77 -
CMYK 0.11 0 0.48 0.42
HSL 74.37º 0.32% 0.44% -
HSV(B) 74.37º 0.48% 0.58% -
XYZ 21.29 26.54 11.02 -
YUV 134.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 131 148 77 0.11 0 0.48 0.42 74.37 0.32 0.44
Hex 83 94 4D B 0 30 2A 4A 20 2C
Octal 203 224 115 13 0 60 52 112 40 54
Binary 10000011 10010100 1001101 1011 0 110000 101010 1001010 100000 101100

Color Harmonies of #83944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83944D

Black with #83944D

Text Example


Text Example

White with #83944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83944D; }

 p { color: rgb(131,148,77); }

 H1.HeaderClassName
 {
   color: #83944D;
 }
 .AnyTagClassName
 {
   color: #83944D;
 }
</style>

background-color css

<style>
 a { background-color: #83944D; }

 a { background-color: rgb(131,148,77); }

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

border-color css

<style>
 span { border-color: #83944D; }

 span { border-color: rgb(131,148,77); }

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