Html Css Color HEX #83934B Wasabi

📋 copy color: '#83934B'

red 131 ◦ green 147 ◦ blue 75

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

Shades of Wasabi #83934B

Tints of Wasabi #83934B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 37.11%
G = 41.64%
B = 21.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#83934B (or 0x83934B) is known color: Wasabi. HEX triplet: 83, 93 and 4B. RGB value is (131,147,75). Sum of RGB (Red+Green+Blue) = 131+147+75=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #83934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83934B is #7C6CB4. Grayscale: #868686. Windows color (decimal): -8154293 or 4952963. OLE color: 4952963.

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

Color convert

RGB 131 147 75 -
CMYK 0.11 0 0.49 0.42
HSL 73.33º 0.32% 0.44% -
HSV(B) 73.33º 0.49% 0.58% -
XYZ 21.06 26.2 10.6 -
YUV 134.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 131 147 75 0.11 0 0.49 0.42 73.33 0.32 0.44
Hex 83 93 4B B 0 31 2A 49 20 2C
Octal 203 223 113 13 0 61 52 111 40 54
Binary 10000011 10010011 1001011 1011 0 110001 101010 1001001 100000 101100

Color Harmonies of #83934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83934B

Black with #83934B

Text Example


Text Example

White with #83934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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