#85785D

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

Shades of Stonewall #85785D

Tints of Stonewall #85785D

Color information

#85785D (or 0x85785D) is unknown color: approx Stonewall. HEX triplet: 85, 78 and 5D. RGB value is (133,120,93). Sum of RGB (Red+Green+Blue) = 133+120+93=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85785D is #7A87A2. Grayscale: #787878. Windows color (decimal): -8030115 or 6125701. OLE color: 6125701.

HSL color Cylindrical-coordinate representation of color #85785D: hue angle of 40.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85785D is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13312093-
CMYK00.100.300.48
HSL40.5º17.7%44.31%-
HSV(B)40.5º30.08%52.16%-
XYZ18.3719.2113.1-
YUV120.81112.31136.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=38.44%
G=34.68%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331209300.100.300.4840.517.744.31
Hex85785D0A1E3028122c
Octal2051701350123660502254
Binary1000010111110001011101010101111011000010100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85785D; }

 p { color: rgb(133,120,93); }

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

<style>
 a { background-color: #85785D; }

 a { background-color: rgb(133,120,93); }

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

<style>
 span { border-color: #85785D; }

 span { border-color: rgb(133,120,93); }

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