Html Css Color HEX #83913D Wasabi

📋 copy color: '#83913D'

red 131 ◦ green 145 ◦ blue 61

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

Shades of Wasabi #83913D

Tints of Wasabi #83913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 38.87%
G = 43.03%
B = 18.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#83913D (or 0x83913D) is known color: Wasabi. HEX triplet: 83, 91 and 3D. RGB value is (131,145,61). Sum of RGB (Red+Green+Blue) = 131+145+61=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #83913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83913D is #7C6EC2. Grayscale: #838383. Windows color (decimal): -8154819 or 4034947. OLE color: 4034947.

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

Color convert

RGB 131 145 61 -
CMYK 0.10 0 0.58 0.43
HSL 70º 0.41% 0.4% -
HSV(B) 70º 0.58% 0.57% -
XYZ 20.33 25.41 8.25 -
YUV 131.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 131 145 61 0.10 0 0.58 0.43 70 0.41 0.4
Hex 83 91 3D A 0 3A 2B 46 29 28
Octal 203 221 75 12 0 72 53 106 51 50
Binary 10000011 10010001 111101 1010 0 111010 101011 1000110 101001 101000

Color Harmonies of #83913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83913D

Black with #83913D

Text Example


Text Example

White with #83913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83913D; }

 p { color: rgb(131,145,61); }

 H1.HeaderClassName
 {
   color: #83913D;
 }
 .AnyTagClassName
 {
   color: #83913D;
 }
</style>

background-color css

<style>
 a { background-color: #83913D; }

 a { background-color: rgb(131,145,61); }

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

border-color css

<style>
 span { border-color: #83913D; }

 span { border-color: rgb(131,145,61); }

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