#81894D

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

Shades of Wasabi #81894D

Tints of Wasabi #81894D

Color information

#81894D (or 0x81894D) is unknown color: approx Wasabi. HEX triplet: 81, 89 and 4D. RGB value is (129,137,77). Sum of RGB (Red+Green+Blue) = 129+137+77=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #81894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81894D is #7E76B2. Grayscale: #808080. Windows color (decimal): -8287923 or 5081473. OLE color: 5081473.

HSL color Cylindrical-coordinate representation of color #81894D: hue angle of 68º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81894D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB12913777-
CMYK0.0600.440.46
HSL68º28.04%41.96%-
HSV(B)68º43.8%53.73%-
XYZ19.3423.0910.46-
YUV127.7799.35128.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=37.61%
G=39.94%
B=22.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137770.0600.440.466828.0441.96
Hex81894D602C2E441c2a
Octal2012111156054561043452
Binary100000011000100110011011100101100101110100010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,137,77); }

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

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

 a { background-color: rgb(129,137,77); }

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

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

 span { border-color: rgb(129,137,77); }

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