#828831

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

Shades of Wasabi #828831

Tints of Wasabi #828831

Color information

#828831 (or 0x828831) is unknown color: approx Wasabi. HEX triplet: 82, 88 and 31. RGB value is (130,136,49). Sum of RGB (Red+Green+Blue) = 130+136+49=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #828831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828831 is #7D77CE. Grayscale: #7C7C7C. Windows color (decimal): -8222671 or 3246210. OLE color: 3246210.

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

Color convert

RGB13013649-
CMYK0.0400.640.47
HSL64.14º47.03%36.27%-
HSV(B)64.14º63.97%53.33%-
XYZ18.5622.586.28-
YUV124.2985.51132.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=41.27%
G=43.17%
B=15.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136490.0400.640.4764.1447.0336.27
Hex82883140402F402f24
Octal2022106140100571005744
Binary1000001010001000110001100010000001011111000000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828831; }

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

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

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

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

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

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

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

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