#82894E

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

Shades of Wasabi #82894E

Tints of Wasabi #82894E

Color information

#82894E (or 0x82894E) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 4E. RGB value is (130,137,78). Sum of RGB (Red+Green+Blue) = 130+137+78=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #82894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82894E is #7D76B1. Grayscale: #808080. Windows color (decimal): -8222386 or 5147010. OLE color: 5147010.

HSL color Cylindrical-coordinate representation of color #82894E: hue angle of 67.12º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82894E is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB13013778-
CMYK0.0500.430.46
HSL67.12º27.44%42.16%-
HSV(B)67.12º43.07%53.73%-
XYZ19.5323.1910.65-
YUV128.1899.68129.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=37.68%
G=39.71%
B=22.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137780.0500.430.4667.1227.4442.16
Hex82894E502B2E431b2a
Octal2022111165053561033352
Binary100000101000100110011101010101011101110100001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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