#85775D

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

Shades of Stonewall #85775D

Tints of Stonewall #85775D

Color information

#85775D (or 0x85775D) is unknown color: approx Stonewall. HEX triplet: 85, 77 and 5D. RGB value is (133,119,93). Sum of RGB (Red+Green+Blue) = 133+119+93=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775D is #7A88A2. Grayscale: #787878. Windows color (decimal): -8030371 or 6125445. OLE color: 6125445.

HSL color Cylindrical-coordinate representation of color #85775D: hue angle of 39º 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 #85775D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13311993-
CMYK00.110.300.48
HSL39º17.7%44.31%-
HSV(B)39º30.08%52.16%-
XYZ18.2518.9713.06-
YUV120.22112.64137.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=38.55%
G=34.49%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331199300.110.300.483917.744.31
Hex85775D0B1E3027122c
Octal2051671350133660472254
Binary1000010111101111011101010111111011000010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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