Html Css Color HEX #83914D Wasabi

📋 copy color: '#83914D'

red 131 ◦ green 145 ◦ blue 77

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

Shades of Wasabi #83914D

Tints of Wasabi #83914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.08%

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

R = 37.11%
G = 41.08%
B = 21.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#83914D (or 0x83914D) is known color: Wasabi. HEX triplet: 83, 91 and 4D. RGB value is (131,145,77). Sum of RGB (Red+Green+Blue) = 131+145+77=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #83914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83914D is #7C6EB2. Grayscale: #858585. Windows color (decimal): -8154803 or 5083523. OLE color: 5083523.

HSL color Cylindrical-coordinate representation of color #83914D: hue angle of 72.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83914D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 77 -
CMYK 0.10 0 0.47 0.43
HSL 72.35º 0.31% 0.44% -
HSV(B) 72.35º 0.47% 0.57% -
XYZ 20.83 25.61 10.87 -
YUV 133.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 131 145 77 0.10 0 0.47 0.43 72.35 0.31 0.44
Hex 83 91 4D A 0 2F 2B 48 1F 2C
Octal 203 221 115 12 0 57 53 110 37 54
Binary 10000011 10010001 1001101 1010 0 101111 101011 1001000 11111 101100

Color Harmonies of #83914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83914D

Black with #83914D

Text Example


Text Example

White with #83914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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