#85795E

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

Shades of Stonewall #85795E

Tints of Stonewall #85795E

Color information

#85795E (or 0x85795E) is unknown color: approx Stonewall. HEX triplet: 85, 79 and 5E. RGB value is (133,121,94). Sum of RGB (Red+Green+Blue) = 133+121+94=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #85795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85795E is #7A86A1. Grayscale: #797979. Windows color (decimal): -8029858 or 6191493. OLE color: 6191493.

HSL color Cylindrical-coordinate representation of color #85795E: hue angle of 41.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85795E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13312194-
CMYK00.090.290.48
HSL41.54º17.18%44.51%-
HSV(B)41.54º29.32%52.16%-
XYZ18.5319.4713.37-
YUV121.51112.48136.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=38.22%
G=34.77%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331219400.090.290.4841.5417.1844.51
Hex85795E091D302a112d
Octal2051711360113560522155
Binary1000010111110011011110010011110111000010101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,121,94); }

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

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

 a { background-color: rgb(133,121,94); }

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

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

 span { border-color: rgb(133,121,94); }

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