#82843D

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

Shades of Wasabi #82843D

Tints of Wasabi #82843D

Color information

#82843D (or 0x82843D) is unknown color: approx Wasabi. HEX triplet: 82, 84 and 3D. RGB value is (130,132,61). Sum of RGB (Red+Green+Blue) = 130+132+61=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #82843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82843D is #7D7BC2. Grayscale: #7B7B7B. Windows color (decimal): -8223683 or 4031618. OLE color: 4031618.

HSL color Cylindrical-coordinate representation of color #82843D: hue angle of 61.69º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82843D is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13013261-
CMYK0.0200.540.48
HSL61.69º36.79%37.84%-
HSV(B)61.69º53.79%51.76%-
XYZ18.321.597.62-
YUV123.3192.84132.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=40.25%
G=40.87%
B=18.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132610.0200.540.4861.6936.7937.84
Hex82843D2036303e2526
Octal20220475206660764546
Binary1000001010000100111101100110110110000111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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