#887A5E

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

Shades of Stonewall #887A5E

Tints of Stonewall #887A5E

Color information

#887A5E (or 0x887A5E) is unknown color: approx Stonewall. HEX triplet: 88, 7A and 5E. RGB value is (136,122,94). Sum of RGB (Red+Green+Blue) = 136+122+94=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A5E is #7785A1. Grayscale: #7B7B7B. Windows color (decimal): -7832994 or 6191752. OLE color: 6191752.

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

Color convert

RGB13612294-
CMYK00.100.310.47
HSL40º18.26%45.1%-
HSV(B)40º30.88%53.33%-
XYZ19.1319.9613.43-
YUV122.99111.64137.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=38.64%
G=34.66%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361229400.100.310.474018.2645.1
Hex887A5E0A1F2F28122d
Octal2101721360123757502255
Binary1000100011110101011110010101111110111110100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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