#82893D

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

Shades of Wasabi #82893D

Tints of Wasabi #82893D

Color information

#82893D (or 0x82893D) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 3D. RGB value is (130,137,61). Sum of RGB (Red+Green+Blue) = 130+137+61=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #82893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82893D is #7D76C2. Grayscale: #7E7E7E. Windows color (decimal): -8222403 or 4032898. OLE color: 4032898.

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

Color convert

RGB13013761-
CMYK0.0500.550.46
HSL65.53º38.38%38.82%-
HSV(B)65.53º55.47%53.73%-
XYZ18.9922.977.85-
YUV126.2491.18130.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=39.63%
G=41.77%
B=18.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137610.0500.550.4665.5338.3838.82
Hex82893D50372E422627
Octal202211755067561024647
Binary100000101000100111110110101101111011101000010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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