#828548

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

Shades of Wasabi #828548

Tints of Wasabi #828548

Color information

#828548 (or 0x828548) is unknown color: approx Wasabi. HEX triplet: 82, 85 and 48. RGB value is (130,133,72). Sum of RGB (Red+Green+Blue) = 130+133+72=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #828548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828548 is #7D7AB7. Grayscale: #7D7D7D. Windows color (decimal): -8223416 or 4752770. OLE color: 4752770.

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

Color convert

RGB13013372-
CMYK0.0200.460.48
HSL62.95º29.76%40.2%-
HSV(B)62.95º45.86%52.16%-
XYZ18.7621.999.39-
YUV125.1598.01131.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=38.81%
G=39.70%
B=21.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133720.0200.460.4862.9529.7640.2
Hex828548202E303f1e28
Octal202205110205660773650
Binary1000001010000101100100010010111011000011111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828548; }

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

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

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

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

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

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

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

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