#82863D

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

Shades of Wasabi #82863D

Tints of Wasabi #82863D

Color information

#82863D (or 0x82863D) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 3D. RGB value is (130,134,61). Sum of RGB (Red+Green+Blue) = 130+134+61=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #82863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82863D is #7D79C2. Grayscale: #7C7C7C. Windows color (decimal): -8223171 or 4032130. OLE color: 4032130.

HSL color Cylindrical-coordinate representation of color #82863D: hue angle of 63.29º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82863D is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13013461-
CMYK0.0300.540.47
HSL63.29º37.44%38.24%-
HSV(B)63.29º54.48%52.55%-
XYZ18.5722.137.71-
YUV124.4892.17131.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=40%
G=41.23%
B=18.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134610.0300.540.4763.2937.4438.24
Hex82863D30362F3f2526
Octal20220675306657774546
Binary1000001010000110111101110110110101111111111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82863D; }

 p { color: rgb(130,134,61); }

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

<style>
 a { background-color: #82863D; }

 a { background-color: rgb(130,134,61); }

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

<style>
 span { border-color: #82863D; }

 span { border-color: rgb(130,134,61); }

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