#887D3C

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

Shades of Highball #887D3C

Tints of Highball #887D3C

Color information

#887D3C (or 0x887D3C) is unknown color: approx Highball. HEX triplet: 88, 7D and 3C. RGB value is (136,125,60). Sum of RGB (Red+Green+Blue) = 136+125+60=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #887D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D3C is #7782C3. Grayscale: #797979. Windows color (decimal): -7832260 or 3964296. OLE color: 3964296.

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

Color convert

RGB13612560-
CMYK00.080.560.47
HSL51.32º38.78%38.43%-
HSV(B)51.32º55.88%53.33%-
XYZ18.320.237.21-
YUV120.8893.64138.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 125 (49.22% from 255) = 38.94%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=42.37%
G=38.94%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361256000.080.560.4751.3238.7838.43
Hex887D3C08382F332726
Octal210175740107057634746
Binary10001000111110111110001000111000101111110011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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