Html Css Color HEX #83913A Wasabi

📋 copy color: '#83913A'

red 131 ◦ green 145 ◦ blue 58

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

Shades of Wasabi #83913A

Tints of Wasabi #83913A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 39.22%
G = 43.41%
B = 17.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#83913A (or 0x83913A) is known color: Wasabi. HEX triplet: 83, 91 and 3A. RGB value is (131,145,58). Sum of RGB (Red+Green+Blue) = 131+145+58=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #83913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83913A is #7C6EC5. Grayscale: #838383. Windows color (decimal): -8154822 or 3838339. OLE color: 3838339.

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

Color convert

RGB 131 145 58 -
CMYK 0.10 0 0.6 0.43
HSL 69.66º 0.43% 0.4% -
HSV(B) 69.66º 0.6% 0.57% -
XYZ 20.25 25.38 7.83 -
YUV 130.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 131 145 58 0.10 0 0.6 0.43 69.66 0.43 0.4
Hex 83 91 3A A 0 3C 2B 46 2B 28
Octal 203 221 72 12 0 74 53 106 53 50
Binary 10000011 10010001 111010 1010 0 111100 101011 1000110 101011 101000

Color Harmonies of #83913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83913A

Black with #83913A

Text Example


Text Example

White with #83913A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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