Html Css Color HEX #83943E Wasabi

📋 copy color: '#83943E'

red 131 ◦ green 148 ◦ blue 62

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

Shades of Wasabi #83943E

Tints of Wasabi #83943E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 38.42%
G = 43.4%
B = 18.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#83943E (or 0x83943E) is known color: Wasabi. HEX triplet: 83, 94 and 3E. RGB value is (131,148,62). Sum of RGB (Red+Green+Blue) = 131+148+62=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #83943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83943E is #7C6BC1. Grayscale: #858585. Windows color (decimal): -8154050 or 4101251. OLE color: 4101251.

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

Color convert

RGB 131 148 62 -
CMYK 0.11 0 0.58 0.42
HSL 71.86º 0.41% 0.41% -
HSV(B) 71.86º 0.58% 0.58% -
XYZ 20.82 26.35 8.55 -
YUV 133.11 87.87 126.49 -
System Red Green Blue C M Y K H S L
Decimal 131 148 62 0.11 0 0.58 0.42 71.86 0.41 0.41
Hex 83 94 3E B 0 3A 2A 48 29 29
Octal 203 224 76 13 0 72 52 110 51 51
Binary 10000011 10010100 111110 1011 0 111010 101010 1001000 101001 101001

Color Harmonies of #83943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83943E

Black with #83943E

Text Example


Text Example

White with #83943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83943E; }

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

 H1.HeaderClassName
 {
   color: #83943E;
 }
 .AnyTagClassName
 {
   color: #83943E;
 }
</style>

background-color css

<style>
 a { background-color: #83943E; }

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

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

border-color css

<style>
 span { border-color: #83943E; }

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

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