#828635

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

Shades of Wasabi #828635

Tints of Wasabi #828635

Color information

#828635 (or 0x828635) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 35. RGB value is (130,134,53). Sum of RGB (Red+Green+Blue) = 130+134+53=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #828635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828635 is #7D79CA. Grayscale: #7B7B7B. Windows color (decimal): -8223179 or 3507842. OLE color: 3507842.

HSL color Cylindrical-coordinate representation of color #828635: hue angle of 62.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #828635 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13013453-
CMYK0.0300.600.47
HSL62.96º43.32%36.67%-
HSV(B)62.96º60.45%52.55%-
XYZ18.3722.056.66-
YUV123.5788.17132.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=41.01%
G=42.27%
B=16.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134530.0300.600.4762.9643.3236.67
Hex828635303C2F3f2b25
Octal20220665307457775345
Binary1000001010000110110101110111100101111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828635; }

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

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

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

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

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

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

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

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