#83973A

Color #83973A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #83973A

Tints of Wasabi #83973A

Color information

#83973A (or 0x83973A) is unknown color: approx Wasabi. HEX triplet: 83, 97 and 3A. RGB value is (131,151,58). Sum of RGB (Red+Green+Blue) = 131+151+58=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #83973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83973A is #7C68C5. Grayscale: #868686. Windows color (decimal): -8153286 or 3839875. OLE color: 3839875.

HSL color Cylindrical-coordinate representation of color #83973A: hue angle of 72.9º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83973A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB13115158-
CMYK0.1300.620.41
HSL72.9º44.5%40.98%-
HSV(B)72.9º61.59%59.22%-
XYZ21.1927.268.15-
YUV134.4284.87125.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 151 (59.38% from 255) = 44.41%
BLUE value IS 58 (23.05% from 255) = 17.06%
R=38.53%
G=44.41%
B=17.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131151580.1300.620.4172.944.540.98
Hex83973AD03E29492c29
Octal2032277215076511115451
Binary1000001110010111111010110101111101010011001001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83973A;
 }
 .AnyTagClassName
 {
   color: #83973A;
 }
</style>
background-color css

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

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

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

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

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

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