#83932E

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

Shades of Wasabi #83932E

Tints of Wasabi #83932E

Color information

#83932E (or 0x83932E) is unknown color: approx Wasabi. HEX triplet: 83, 93 and 2E. RGB value is (131,147,46). Sum of RGB (Red+Green+Blue) = 131+147+46=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #83932E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83932E is #7C6CD1. Grayscale: #838383. Windows color (decimal): -8154322 or 3052419. OLE color: 3052419.

HSL color Cylindrical-coordinate representation of color #83932E: hue angle of 69.5º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83932E is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB13114746-
CMYK0.1100.690.42
HSL69.5º52.33%37.84%-
HSV(B)69.5º68.71%57.65%-
XYZ20.2925.896.51-
YUV130.780.2128.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=40.43%
G=45.37%
B=14.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131147460.1100.690.4269.552.3337.84
Hex83932EB0452A463426
Octal20322356130105521066446
Binary10000011100100111011101011010001011010101000110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83932E; }

 p { color: rgb(131,147,46); }

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

<style>
 a { background-color: #83932E; }

 a { background-color: rgb(131,147,46); }

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

<style>
 span { border-color: #83932E; }

 span { border-color: rgb(131,147,46); }

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