#87913B

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

Shades of Wasabi #87913B

Tints of Wasabi #87913B

Color information

#87913B (or 0x87913B) is unknown color: approx Wasabi. HEX triplet: 87, 91 and 3B. RGB value is (135,145,59). Sum of RGB (Red+Green+Blue) = 135+145+59=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #87913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87913B is #786EC4. Grayscale: #848484. Windows color (decimal): -7892677 or 3903879. OLE color: 3903879.

HSL color Cylindrical-coordinate representation of color #87913B: hue angle of 66.98º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87913B is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13514559-
CMYK0.0700.590.43
HSL66.98º42.16%40%-
HSV(B)66.98º59.31%56.86%-
XYZ20.9125.728-
YUV132.2186.69129.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=39.82%
G=42.77%
B=17.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135145590.0700.590.4366.9842.1640
Hex87913B703B2B432a28
Octal207221737073531035250
Binary100001111001000111101111101110111010111000011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87913B; }

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

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

<style>
 a { background-color: #87913B; }

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

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

<style>
 span { border-color: #87913B; }

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

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