#83913A

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

Shades of Wasabi #83913A

Tints of Wasabi #83913A

Color information

#83913A (or 0x83913A) is unknown color: approx 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

RGB13114558-
CMYK0.1000.60.43
HSL69.66º42.86%39.8%-
HSV(B)69.66º60%56.86%-
XYZ20.2525.387.83-
YUV130.986.86128.07-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145580.1000.60.4369.6642.8639.8
Hex83913AA03C2B462b28
Octal2032217212074531065350
Binary1000001110010001111010101001111001010111000110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>