#887A5D

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

Shades of Stonewall #887A5D

Tints of Stonewall #887A5D

Color information

#887A5D (or 0x887A5D) is unknown color: approx Stonewall. HEX triplet: 88, 7A and 5D. RGB value is (136,122,93). Sum of RGB (Red+Green+Blue) = 136+122+93=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #887A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A5D is #7785A2. Grayscale: #7B7B7B. Windows color (decimal): -7832995 or 6126216. OLE color: 6126216.

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

Color convert

RGB13612293-
CMYK00.100.320.47
HSL40.47º18.78%44.9%-
HSV(B)40.47º31.62%53.33%-
XYZ19.0919.9413.2-
YUV122.88111.14137.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=38.75%
G=34.76%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361229300.100.320.4740.4718.7844.9
Hex887A5D0A202F28132d
Octal2101721350124057502355
Binary10001000111101010111010101010000010111110100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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