#82972D

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

Shades of Wasabi #82972D

Tints of Wasabi #82972D

Color information

#82972D (or 0x82972D) is unknown color: approx Wasabi. HEX triplet: 82, 97 and 2D. RGB value is (130,151,45). Sum of RGB (Red+Green+Blue) = 130+151+45=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #82972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82972D is #7D68D2. Grayscale: #858585. Windows color (decimal): -8218835 or 2987906. OLE color: 2987906.

HSL color Cylindrical-coordinate representation of color #82972D: hue angle of 71.89º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82972D is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB13015145-
CMYK0.1400.700.41
HSL71.89º54.08%38.43%-
HSV(B)71.89º70.2%59.22%-
XYZ20.7527.076.61-
YUV132.6478.54126.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 151 (59.38% from 255) = 46.32%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=39.88%
G=46.32%
B=13.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151450.1400.700.4171.8954.0838.43
Hex82972DE04629483626
Octal20222755160106511106646
Binary10000010100101111011011110010001101010011001000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82972D; }

 p { color: rgb(130,151,45); }

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

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

 a { background-color: rgb(130,151,45); }

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

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

 span { border-color: rgb(130,151,45); }

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