#82873f

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

Shades of Wasabi #82873F

Tints of Wasabi #82873F

Color information

#82873F (or 0x82873F) is unknown color: approx Wasabi. HEX triplet: 82, 87 and 3F. RGB value is (130,135,63). Sum of RGB (Red+Green+Blue) = 130+135+63=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #82873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82873F is #7D78C0. Grayscale: #7D7D7D. Windows color (decimal): -8222913 or 4163458. OLE color: 4163458.

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

Color convert

RGB13013563-
CMYK0.0400.530.47
HSL64.17º36.36%38.82%-
HSV(B)64.17º53.33%52.94%-
XYZ18.7722.438.04-
YUV125.392.84131.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 63 (25% from 255) = 19.21%
R=39.63%
G=41.16%
B=19.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135630.0400.530.4764.1736.3638.82
Hex82873F40352F402427
Octal202207774065571004447
Binary100000101000011111111110001101011011111000000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82873f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82873f; }

 p { color: rgb(130,135,63); }

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

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

 a { background-color: rgb(130,135,63); }

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

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

 span { border-color: rgb(130,135,63); }

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