#87962E

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

Shades of Wasabi #87962E

Tints of Wasabi #87962E

Color information

#87962E (or 0x87962E) is unknown color: approx Wasabi. HEX triplet: 87, 96 and 2E. RGB value is (135,150,46). Sum of RGB (Red+Green+Blue) = 135+150+46=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #87962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87962E is #7869D1. Grayscale: #868686. Windows color (decimal): -7891410 or 3053191. OLE color: 3053191.

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

Color convert

RGB13515046-
CMYK0.100.690.41
HSL68.65º53.06%38.43%-
HSV(B)68.65º69.33%58.82%-
XYZ21.3927.166.7-
YUV133.6678.53128.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=40.79%
G=45.32%
B=13.90%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135150460.100.690.4168.6553.0638.43
Hex87962EA04529453526
Octal20722656120105511056546
Binary10000111100101101011101010010001011010011000101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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