#81952E

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

Shades of Wasabi #81952E

Tints of Wasabi #81952E

Color information

#81952E (or 0x81952E) is unknown color: approx Wasabi. HEX triplet: 81, 95 and 2E. RGB value is (129,149,46). Sum of RGB (Red+Green+Blue) = 129+149+46=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #81952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81952E is #7E6AD1. Grayscale: #838383. Windows color (decimal): -8284882 or 3052929. OLE color: 3052929.

HSL color Cylindrical-coordinate representation of color #81952E: hue angle of 71.65º 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 #81952E is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB12914946-
CMYK0.1300.690.42
HSL71.65º52.82%38.24%-
HSV(B)71.65º69.13%58.43%-
XYZ20.2926.366.6-
YUV131.2879.87126.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=39.81%
G=45.99%
B=14.20%

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
Decimal129149460.1300.690.4271.6552.8238.24
Hex81952ED0452A483526
Octal20122556150105521106546
Binary10000001100101011011101101010001011010101001000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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