#82893F

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

Shades of Wasabi #82893F

Tints of Wasabi #82893F

Color information

#82893F (or 0x82893F) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 3F. RGB value is (130,137,63). Sum of RGB (Red+Green+Blue) = 130+137+63=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #82893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82893F is #7D76C0. Grayscale: #7E7E7E. Windows color (decimal): -8222401 or 4163970. OLE color: 4163970.

HSL color Cylindrical-coordinate representation of color #82893F: hue angle of 65.68º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82893F is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB13013763-
CMYK0.0500.540.46
HSL65.68º37%39.22%-
HSV(B)65.68º54.01%53.73%-
XYZ19.05238.14-
YUV126.4792.18130.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 63 (25% from 255) = 19.09%
R=39.39%
G=41.52%
B=19.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137630.0500.540.4665.683739.22
Hex82893F50362E422527
Octal202211775066561024547
Binary100000101000100111111110101101101011101000010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82893F; }

 p { color: rgb(130,137,63); }

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

<style>
 a { background-color: #82893F; }

 a { background-color: rgb(130,137,63); }

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

<style>
 span { border-color: #82893F; }

 span { border-color: rgb(130,137,63); }

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