#828649

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

Shades of Wasabi #828649

Tints of Wasabi #828649

Color information

#828649 (or 0x828649) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 49. RGB value is (130,134,73). Sum of RGB (Red+Green+Blue) = 130+134+73=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #828649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828649 is #7D79B6. Grayscale: #7E7E7E. Windows color (decimal): -8223159 or 4818562. OLE color: 4818562.

HSL color Cylindrical-coordinate representation of color #828649: hue angle of 63.93º degrees, saturation: 0.29, 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 #828649 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13013473-
CMYK0.0300.460.47
HSL63.93º29.47%40.59%-
HSV(B)63.93º45.52%52.55%-
XYZ18.9322.289.61-
YUV125.8598.17130.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=38.58%
G=39.76%
B=21.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134730.0300.460.4763.9329.4740.59
Hex828649302E2F401d29
Octal2022061113056571003551
Binary10000010100001101001001110101110101111100000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828649; }

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

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

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

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

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

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

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

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