#88785E

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

Shades of Stonewall #88785E

Tints of Stonewall #88785E

Color information

#88785E (or 0x88785E) is unknown color: approx Stonewall. HEX triplet: 88, 78 and 5E. RGB value is (136,120,94). Sum of RGB (Red+Green+Blue) = 136+120+94=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #88785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88785E is #7787A1. Grayscale: #797979. Windows color (decimal): -7833506 or 6191240. OLE color: 6191240.

HSL color Cylindrical-coordinate representation of color #88785E: hue angle of 37.14º 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 #88785E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13612094-
CMYK00.120.310.47
HSL37.14º18.26%45.1%-
HSV(B)37.14º30.88%53.33%-
XYZ18.8919.4813.35-
YUV121.82112.3138.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=38.86%
G=34.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361209400.120.310.4737.1418.2645.1
Hex88785E0C1F2F25122d
Octal2101701360143757452255
Binary1000100011110001011110011001111110111110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88785E; }

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

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

<style>
 a { background-color: #88785E; }

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

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

<style>
 span { border-color: #88785E; }

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

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