#82952C

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

Shades of Wasabi #82952C

Tints of Wasabi #82952C

Color information

#82952C (or 0x82952C) is unknown color: approx Wasabi. HEX triplet: 82, 95 and 2C. RGB value is (130,149,44). Sum of RGB (Red+Green+Blue) = 130+149+44=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #82952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82952C is #7D6AD3. Grayscale: #838383. Windows color (decimal): -8219348 or 2921858. OLE color: 2921858.

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

Color convert

RGB13014944-
CMYK0.1300.700.42
HSL70.86º54.4%37.84%-
HSV(B)70.86º70.47%58.43%-
XYZ20.4126.426.41-
YUV131.3578.71127.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=40.25%
G=46.13%
B=13.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149440.1300.700.4270.8654.437.84
Hex82952CD0462A473626
Octal20222554150106521076646
Binary10000010100101011011001101010001101010101000111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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