Html Css Color HEX #83943F Wasabi

📋 copy color: '#83943F'

red 131 ◦ green 148 ◦ blue 63

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

Shades of Wasabi #83943F

Tints of Wasabi #83943F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.42%

R = 38.3%
G = 43.27%
B = 18.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#83943F (or 0x83943F) is known color: Wasabi. HEX triplet: 83, 94 and 3F. RGB value is (131,148,63). Sum of RGB (Red+Green+Blue) = 131+148+63=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #83943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83943F is #7C6BC0. Grayscale: #858585. Windows color (decimal): -8154049 or 4166787. OLE color: 4166787.

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

Color convert

RGB 131 148 63 -
CMYK 0.11 0 0.57 0.42
HSL 72º 0.4% 0.41% -
HSV(B) 72º 0.57% 0.58% -
XYZ 20.85 26.36 8.69 -
YUV 133.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 131 148 63 0.11 0 0.57 0.42 72 0.4 0.41
Hex 83 94 3F B 0 39 2A 48 28 29
Octal 203 224 77 13 0 71 52 110 50 51
Binary 10000011 10010100 111111 1011 0 111001 101010 1001000 101000 101001

Color Harmonies of #83943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83943F

Black with #83943F

Text Example


Text Example

White with #83943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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