#887C41

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

Shades of Highball #887C41

Tints of Highball #887C41

Color information

#887C41 (or 0x887C41) is unknown color: approx Highball. HEX triplet: 88, 7C and 41. RGB value is (136,124,65). Sum of RGB (Red+Green+Blue) = 136+124+65=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #887C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C41 is #7783BE. Grayscale: #797979. Windows color (decimal): -7832511 or 4291720. OLE color: 4291720.

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

Color convert

RGB13612465-
CMYK00.090.520.47
HSL49.86º35.32%39.41%-
HSV(B)49.86º52.21%53.33%-
XYZ18.3220.037.9-
YUV120.8696.48138.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 65 (25.78% from 255) = 20%
R=41.85%
G=38.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361246500.090.520.4749.8635.3239.41
Hex887C4109342F322327
Octal2101741010116457624347
Binary100010001111100100000101001110100101111110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,65); }

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

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

 a { background-color: rgb(136,124,65); }

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

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

 span { border-color: rgb(136,124,65); }

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