#82863B

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

Shades of Wasabi #82863B

Tints of Wasabi #82863B

Color information

#82863B (or 0x82863B) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 3B. RGB value is (130,134,59). Sum of RGB (Red+Green+Blue) = 130+134+59=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #82863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82863B is #7D79C4. Grayscale: #7C7C7C. Windows color (decimal): -8223173 or 3901058. OLE color: 3901058.

HSL color Cylindrical-coordinate representation of color #82863B: hue angle of 63.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82863B is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB13013459-
CMYK0.0300.560.47
HSL63.2º38.86%37.84%-
HSV(B)63.2º55.97%52.55%-
XYZ18.5222.117.43-
YUV124.2591.17132.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=40.25%
G=41.49%
B=18.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134590.0300.560.4763.238.8637.84
Hex82863B30382F3f2726
Octal20220673307057774746
Binary1000001010000110111011110111000101111111111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82863B; }

 p { color: rgb(130,134,59); }

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

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

 a { background-color: rgb(130,134,59); }

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

<style>
 span { border-color: #82863B; }

 span { border-color: rgb(130,134,59); }

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