Html Css Color HEX #83942E Wasabi

📋 copy color: '#83942E'

red 131 ◦ green 148 ◦ blue 46

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

Shades of Wasabi #83942E

Tints of Wasabi #83942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 40.31%
G = 45.54%
B = 14.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#83942E (or 0x83942E) is known color: Wasabi. HEX triplet: 83, 94 and 2E. RGB value is (131,148,46). Sum of RGB (Red+Green+Blue) = 131+148+46=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #83942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83942E is #7C6BD1. Grayscale: #838383. Windows color (decimal): -8154066 or 3052675. OLE color: 3052675.

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

Color convert

RGB 131 148 46 -
CMYK 0.11 0 0.69 0.42
HSL 70º 0.53% 0.38% -
HSV(B) 70º 0.69% 0.58% -
XYZ 20.44 26.2 6.56 -
YUV 131.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 131 148 46 0.11 0 0.69 0.42 70 0.53 0.38
Hex 83 94 2E B 0 45 2A 46 35 26
Octal 203 224 56 13 0 105 52 106 65 46
Binary 10000011 10010100 101110 1011 0 1000101 101010 1000110 110101 100110

Color Harmonies of #83942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83942E

Black with #83942E

Text Example


Text Example

White with #83942E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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