#828336

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

Shades of Wasabi #828336

Tints of Wasabi #828336

Color information

#828336 (or 0x828336) is unknown color: approx Wasabi. HEX triplet: 82, 83 and 36. RGB value is (130,131,54). Sum of RGB (Red+Green+Blue) = 130+131+54=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #828336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828336 is #7D7CC9. Grayscale: #7A7A7A. Windows color (decimal): -8223946 or 3572610. OLE color: 3572610.

HSL color Cylindrical-coordinate representation of color #828336: hue angle of 60.78º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #828336 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB13013154-
CMYK0.0100.590.49
HSL60.78º41.62%36.27%-
HSV(B)60.78º58.78%51.37%-
XYZ17.9921.246.64-
YUV121.9289.67133.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=41.27%
G=41.59%
B=17.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131540.0100.590.4960.7841.6236.27
Hex828336103B313d2a24
Octal20220366107361755244
Binary100000101000001111011010111011110001111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828336; }

 p { color: rgb(130,131,54); }

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

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

 a { background-color: rgb(130,131,54); }

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

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

 span { border-color: rgb(130,131,54); }

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