#887B40

Color #887B40 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #887B40

Tints of Highball #887B40

Color information

#887B40 (or 0x887B40) is unknown color: approx Highball. HEX triplet: 88, 7B and 40. RGB value is (136,123,64). Sum of RGB (Red+Green+Blue) = 136+123+64=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #887B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B40 is #7784BF. Grayscale: #787878. Windows color (decimal): -7832768 or 4225928. OLE color: 4225928.

HSL color Cylindrical-coordinate representation of color #887B40: hue angle of 49.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #887B40 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13612364-
CMYK00.100.530.47
HSL49.17º36%39.22%-
HSV(B)49.17º52.94%53.33%-
XYZ18.1619.777.71-
YUV120.1696.31139.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=42.11%
G=38.08%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361236400.100.530.4749.173639.22
Hex887B400A352F312427
Octal2101731000126557614447
Binary100010001111011100000001010110101101111110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887B40; }

 p { color: rgb(136,123,64); }

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

<style>
 a { background-color: #887B40; }

 a { background-color: rgb(136,123,64); }

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

<style>
 span { border-color: #887B40; }

 span { border-color: rgb(136,123,64); }

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