#87952E

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

Shades of Wasabi #87952E

Tints of Wasabi #87952E

Color information

#87952E (or 0x87952E) is unknown color: approx Wasabi. HEX triplet: 87, 95 and 2E. RGB value is (135,149,46). Sum of RGB (Red+Green+Blue) = 135+149+46=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #87952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87952E is #786AD1. Grayscale: #858585. Windows color (decimal): -7891666 or 3052935. OLE color: 3052935.

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

Color convert

RGB13514946-
CMYK0.0900.690.42
HSL68.16º52.82%38.24%-
HSV(B)68.16º69.13%58.43%-
XYZ21.2326.846.65-
YUV133.0778.86129.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 46 (18.36% from 255) = 13.94%
R=40.91%
G=45.15%
B=13.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135149460.0900.690.4268.1652.8238.24
Hex87952E90452A443526
Octal20722556110105521046546
Binary10000111100101011011101001010001011010101000100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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