#82952E

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

Shades of Wasabi #82952E

Tints of Wasabi #82952E

Color information

#82952E (or 0x82952E) is unknown color: approx Wasabi. HEX triplet: 82, 95 and 2E. RGB value is (130,149,46). Sum of RGB (Red+Green+Blue) = 130+149+46=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #82952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82952E is #7D6AD1. Grayscale: #838383. Windows color (decimal): -8219346 or 3052930. OLE color: 3052930.

HSL color Cylindrical-coordinate representation of color #82952E: hue angle of 71.07º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82952E is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB13014946-
CMYK0.1300.690.42
HSL71.07º52.82%38.24%-
HSV(B)71.07º69.13%58.43%-
XYZ20.4526.446.61-
YUV131.5879.71126.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=40%
G=45.85%
B=14.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149460.1300.690.4271.0752.8238.24
Hex82952ED0452A473526
Octal20222556150105521076546
Binary10000010100101011011101101010001011010101000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82952E; }

 p { color: rgb(130,149,46); }

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

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

 a { background-color: rgb(130,149,46); }

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

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

 span { border-color: rgb(130,149,46); }

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