Html Css Color HEX #83934A Wasabi

📋 copy color: '#83934A'

red 131 ◦ green 147 ◦ blue 74

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

Shades of Wasabi #83934A

Tints of Wasabi #83934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 37.22%
G = 41.76%
B = 21.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#83934A (or 0x83934A) is known color: Wasabi. HEX triplet: 83, 93 and 4A. RGB value is (131,147,74). Sum of RGB (Red+Green+Blue) = 131+147+74=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #83934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83934A is #7C6CB5. Grayscale: #868686. Windows color (decimal): -8154294 or 4887427. OLE color: 4887427.

HSL color Cylindrical-coordinate representation of color #83934A: hue angle of 73.15º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83934A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 74 -
CMYK 0.11 0 0.50 0.42
HSL 73.15º 0.33% 0.43% -
HSV(B) 73.15º 0.5% 0.58% -
XYZ 21.03 26.19 10.42 -
YUV 133.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 131 147 74 0.11 0 0.50 0.42 73.15 0.33 0.43
Hex 83 93 4A B 0 32 2A 49 21 2B
Octal 203 223 112 13 0 62 52 111 41 53
Binary 10000011 10010011 1001010 1011 0 110010 101010 1001001 100001 101011

Color Harmonies of #83934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83934A

Black with #83934A

Text Example


Text Example

White with #83934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83934A; }

 p { color: rgb(131,147,74); }

 H1.HeaderClassName
 {
   color: #83934A;
 }
 .AnyTagClassName
 {
   color: #83934A;
 }
</style>

background-color css

<style>
 a { background-color: #83934A; }

 a { background-color: rgb(131,147,74); }

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

border-color css

<style>
 span { border-color: #83934A; }

 span { border-color: rgb(131,147,74); }

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