#82893E

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

Shades of Wasabi #82893E

Tints of Wasabi #82893E

Color information

#82893E (or 0x82893E) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 3E. RGB value is (130,137,62). Sum of RGB (Red+Green+Blue) = 130+137+62=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #82893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82893E is #7D76C1. Grayscale: #7E7E7E. Windows color (decimal): -8222402 or 4098434. OLE color: 4098434.

HSL color Cylindrical-coordinate representation of color #82893E: hue angle of 65.6º 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 #82893E is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB13013762-
CMYK0.0500.550.46
HSL65.6º37.69%39.02%-
HSV(B)65.6º54.74%53.73%-
XYZ19.0222.987.99-
YUV126.3691.68130.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=39.51%
G=41.64%
B=18.84%

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
Decimal130137620.0500.550.4665.637.6939.02
Hex82893E50372E422627
Octal202211765067561024647
Binary100000101000100111111010101101111011101000010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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