#828640

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

Shades of Wasabi #828640

Tints of Wasabi #828640

Color information

#828640 (or 0x828640) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 40. RGB value is (130,134,64). Sum of RGB (Red+Green+Blue) = 130+134+64=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #828640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828640 is #7D79BF. Grayscale: #7D7D7D. Windows color (decimal): -8223168 or 4228738. OLE color: 4228738.

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

Color convert

RGB13013464-
CMYK0.0300.520.47
HSL63.43º35.35%38.82%-
HSV(B)63.43º52.24%52.55%-
XYZ18.6622.178.15-
YUV124.8293.67131.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=39.63%
G=40.85%
B=19.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134640.0300.520.4763.4335.3538.82
Hex82864030342F3f2327
Octal202206100306457774347
Binary10000010100001101000000110110100101111111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828640; }

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

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

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

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

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

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

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

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