#887A3D

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

Shades of Highball #887A3D

Tints of Highball #887A3D

Color information

#887A3D (or 0x887A3D) is unknown color: approx Highball. HEX triplet: 88, 7A and 3D. RGB value is (136,122,61). Sum of RGB (Red+Green+Blue) = 136+122+61=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #887A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A3D is #7785C2. Grayscale: #777777. Windows color (decimal): -7833027 or 4029064. OLE color: 4029064.

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

Color convert

RGB13612261-
CMYK00.100.550.47
HSL48.8º38.07%38.63%-
HSV(B)48.8º55.15%53.33%-
XYZ17.9619.497.23-
YUV119.2395.14139.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=42.63%
G=38.24%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361226100.100.550.4748.838.0738.63
Hex887A3D0A372F312627
Octal210172750126757614647
Binary10001000111101011110101010110111101111110001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,122,61); }

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

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

 a { background-color: rgb(136,122,61); }

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

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

 span { border-color: rgb(136,122,61); }

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