#887B41

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

Shades of Highball #887B41

Tints of Highball #887B41

Color information

#887B41 (or 0x887B41) is unknown color: approx Highball. HEX triplet: 88, 7B and 41. RGB value is (136,123,65). Sum of RGB (Red+Green+Blue) = 136+123+65=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #887B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B41 is #7784BE. Grayscale: #787878. Windows color (decimal): -7832767 or 4291464. OLE color: 4291464.

HSL color Cylindrical-coordinate representation of color #887B41: hue angle of 49.01º 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 #887B41 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB13612365-
CMYK00.100.520.47
HSL49.01º35.32%39.41%-
HSV(B)49.01º52.21%53.33%-
XYZ18.1919.787.86-
YUV120.2896.81139.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=41.98%
G=37.96%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361236500.100.520.4749.0135.3239.41
Hex887B410A342F312327
Octal2101731010126457614347
Binary100010001111011100000101010110100101111110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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