#87912E

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

Shades of Wasabi #87912E

Tints of Wasabi #87912E

Color information

#87912E (or 0x87912E) is unknown color: approx Wasabi. HEX triplet: 87, 91 and 2E. RGB value is (135,145,46). Sum of RGB (Red+Green+Blue) = 135+145+46=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #87912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87912E is #786ED1. Grayscale: #838383. Windows color (decimal): -7892690 or 3051911. OLE color: 3051911.

HSL color Cylindrical-coordinate representation of color #87912E: hue angle of 66.06º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87912E is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB13514546-
CMYK0.0700.680.43
HSL66.06º51.83%37.45%-
HSV(B)66.06º68.28%56.86%-
XYZ20.6125.66.44-
YUV130.7280.19131.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=41.41%
G=44.48%
B=14.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135145460.0700.680.4366.0651.8337.45
Hex87912E70442B423425
Octal2072215670104531026445
Binary1000011110010001101110111010001001010111000010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,145,46); }

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

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

 a { background-color: rgb(135,145,46); }

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

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

 span { border-color: rgb(135,145,46); }

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