#82843a

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

Shades of Wasabi #82843A

Tints of Wasabi #82843A

Color information

#82843A (or 0x82843A) is unknown color: approx Wasabi. HEX triplet: 82, 84 and 3A. RGB value is (130,132,58). Sum of RGB (Red+Green+Blue) = 130+132+58=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #82843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82843A is #7D7BC5. Grayscale: #7B7B7B. Windows color (decimal): -8223686 or 3835010. OLE color: 3835010.

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

Color convert

RGB13013258-
CMYK0.0200.560.48
HSL61.62º38.95%37.25%-
HSV(B)61.62º56.06%51.76%-
XYZ18.2221.557.2-
YUV122.9791.34133.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=40.62%
G=41.25%
B=18.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132580.0200.560.4861.6238.9537.25
Hex82843A2038303e2725
Octal20220472207060764745
Binary1000001010000100111010100111000110000111110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82843a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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