#828848

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

Shades of Wasabi #828848

Tints of Wasabi #828848

Color information

#828848 (or 0x828848) is unknown color: approx Wasabi. HEX triplet: 82, 88 and 48. RGB value is (130,136,72). Sum of RGB (Red+Green+Blue) = 130+136+72=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #828848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828848 is #7D77B7. Grayscale: #7F7F7F. Windows color (decimal): -8222648 or 4753538. OLE color: 4753538.

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

Color convert

RGB13013672-
CMYK0.0400.470.47
HSL65.62º30.77%40.78%-
HSV(B)65.62º47.06%53.33%-
XYZ19.1822.829.53-
YUV126.9197.01130.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=38.46%
G=40.24%
B=21.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136720.0400.470.4765.6230.7740.78
Hex828848402F2F421f29
Octal2022101104057571023751
Binary100000101000100010010001000101111101111100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828848; }

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

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

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

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

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

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

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

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