#83902E

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

Shades of Wasabi #83902E

Tints of Wasabi #83902E

Color information

#83902E (or 0x83902E) is unknown color: approx Wasabi. HEX triplet: 83, 90 and 2E. RGB value is (131,144,46). Sum of RGB (Red+Green+Blue) = 131+144+46=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #83902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83902E is #7C6FD1. Grayscale: #818181. Windows color (decimal): -8155090 or 3051651. OLE color: 3051651.

HSL color Cylindrical-coordinate representation of color #83902E: hue angle of 67.96º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83902E is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB13114446-
CMYK0.0900.680.44
HSL67.96º51.58%37.25%-
HSV(B)67.96º68.06%56.47%-
XYZ19.8324.976.36-
YUV128.9481.19129.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=40.81%
G=44.86%
B=14.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131144460.0900.680.4467.9651.5837.25
Hex83902E90442C443425
Octal20322056110104541046445
Binary10000011100100001011101001010001001011001000100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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