#828634

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

Shades of Wasabi #828634

Tints of Wasabi #828634

Color information

#828634 (or 0x828634) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 34. RGB value is (130,134,52). Sum of RGB (Red+Green+Blue) = 130+134+52=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #828634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828634 is #7D79CB. Grayscale: #7B7B7B. Windows color (decimal): -8223180 or 3442306. OLE color: 3442306.

HSL color Cylindrical-coordinate representation of color #828634: hue angle of 62.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828634 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB13013452-
CMYK0.0300.610.47
HSL62.93º44.09%36.47%-
HSV(B)62.93º61.19%52.55%-
XYZ18.3522.046.54-
YUV123.4687.67132.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=41.14%
G=42.41%
B=16.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134520.0300.610.4762.9344.0936.47
Hex828634303D2F3f2c24
Octal20220664307557775444
Binary1000001010000110110100110111101101111111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828634; }

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

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

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

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

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

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

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

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