#828549

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

Shades of Wasabi #828549

Tints of Wasabi #828549

Color information

#828549 (or 0x828549) is unknown color: approx Wasabi. HEX triplet: 82, 85 and 49. RGB value is (130,133,73). Sum of RGB (Red+Green+Blue) = 130+133+73=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #828549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828549 is #7D7AB6. Grayscale: #7D7D7D. Windows color (decimal): -8223415 or 4818306. OLE color: 4818306.

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

Color convert

RGB13013373-
CMYK0.0200.450.48
HSL63º29.13%40.39%-
HSV(B)63º45.11%52.16%-
XYZ18.8229.56-
YUV125.2698.51131.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=38.69%
G=39.58%
B=21.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133730.0200.450.486329.1340.39
Hex828549202D303f1d28
Octal202205111205560773550
Binary1000001010000101100100110010110111000011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828549; }

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

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

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

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

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

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

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

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