#82864A

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

Shades of Wasabi #82864A

Tints of Wasabi #82864A

Color information

#82864A (or 0x82864A) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 4A. RGB value is (130,134,74). Sum of RGB (Red+Green+Blue) = 130+134+74=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #82864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82864A is #7D79B5. Grayscale: #7E7E7E. Windows color (decimal): -8223158 or 4884098. OLE color: 4884098.

HSL color Cylindrical-coordinate representation of color #82864A: hue angle of 64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82864A is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13013474-
CMYK0.0300.450.47
HSL64º28.85%40.78%-
HSV(B)64º44.78%52.55%-
XYZ18.9722.299.78-
YUV125.9698.67130.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=38.46%
G=39.64%
B=21.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134740.0300.450.476428.8540.78
Hex82864A302D2F401d29
Octal2022061123055571003551
Binary10000010100001101001010110101101101111100000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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