#828537

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

Shades of Wasabi #828537

Tints of Wasabi #828537

Color information

#828537 (or 0x828537) is unknown color: approx Wasabi. HEX triplet: 82, 85 and 37. RGB value is (130,133,55). Sum of RGB (Red+Green+Blue) = 130+133+55=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #828537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828537 is #7D7AC8. Grayscale: #7B7B7B. Windows color (decimal): -8223433 or 3638658. OLE color: 3638658.

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

Color convert

RGB13013355-
CMYK0.0200.590.48
HSL62.31º41.49%36.86%-
HSV(B)62.31º58.65%52.16%-
XYZ18.2821.86.86-
YUV123.2189.51132.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=40.88%
G=41.82%
B=17.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133550.0200.590.4862.3141.4936.86
Hex828537203B303e2925
Octal20220567207360765145
Binary1000001010000101110111100111011110000111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828537; }

 p { color: rgb(130,133,55); }

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

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

 a { background-color: rgb(130,133,55); }

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

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

 span { border-color: rgb(130,133,55); }

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