#828849

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

Shades of Wasabi #828849

Tints of Wasabi #828849

Color information

#828849 (or 0x828849) is unknown color: approx Wasabi. HEX triplet: 82, 88 and 49. RGB value is (130,136,73). Sum of RGB (Red+Green+Blue) = 130+136+73=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #828849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828849 is #7D77B6. Grayscale: #7F7F7F. Windows color (decimal): -8222647 or 4819074. OLE color: 4819074.

HSL color Cylindrical-coordinate representation of color #828849: hue angle of 65.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828849 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13013673-
CMYK0.0400.460.47
HSL65.71º30.14%40.98%-
HSV(B)65.71º46.32%53.33%-
XYZ19.2122.849.7-
YUV127.0297.51130.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=38.35%
G=40.12%
B=21.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136730.0400.460.4765.7130.1440.98
Hex828849402E2F421e29
Octal2022101114056571023651
Binary100000101000100010010011000101110101111100001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828849; }

 p { color: rgb(130,136,73); }

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

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

 a { background-color: rgb(130,136,73); }

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

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

 span { border-color: rgb(130,136,73); }

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