#82864B

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

Shades of Wasabi #82864B

Tints of Wasabi #82864B

Color information

#82864B (or 0x82864B) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 4B. RGB value is (130,134,75). Sum of RGB (Red+Green+Blue) = 130+134+75=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #82864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82864B is #7D79B4. Grayscale: #7E7E7E. Windows color (decimal): -8223157 or 4949634. OLE color: 4949634.

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

Color convert

RGB13013475-
CMYK0.0300.440.47
HSL64.07º28.23%40.98%-
HSV(B)64.07º44.03%52.55%-
XYZ1922.39.96-
YUV126.0899.17130.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=38.35%
G=39.53%
B=22.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134750.0300.440.4764.0728.2340.98
Hex82864B302C2F401c29
Octal2022061133054571003451
Binary10000010100001101001011110101100101111100000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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