#887D41

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

Shades of Highball #887D41

Tints of Highball #887D41

Color information

#887D41 (or 0x887D41) is unknown color: approx Highball. HEX triplet: 88, 7D and 41. RGB value is (136,125,65). Sum of RGB (Red+Green+Blue) = 136+125+65=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #887D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D41 is #7782BE. Grayscale: #797979. Windows color (decimal): -7832255 or 4291976. OLE color: 4291976.

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

Color convert

RGB13612565-
CMYK00.080.520.47
HSL50.7º35.32%39.41%-
HSV(B)50.7º52.21%53.33%-
XYZ18.4420.287.94-
YUV121.4596.14138.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=41.72%
G=38.34%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361256500.080.520.4750.735.3239.41
Hex887D4108342F332327
Octal2101751010106457634347
Binary100010001111101100000101000110100101111110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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