#85775E

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

Shades of Stonewall #85775E

Tints of Stonewall #85775E

Color information

#85775E (or 0x85775E) is unknown color: approx Stonewall. HEX triplet: 85, 77 and 5E. RGB value is (133,119,94). Sum of RGB (Red+Green+Blue) = 133+119+94=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775E is #7A88A1. Grayscale: #787878. Windows color (decimal): -8030370 or 6190981. OLE color: 6190981.

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

Color convert

RGB13311994-
CMYK00.110.290.48
HSL38.46º17.18%44.51%-
HSV(B)38.46º29.32%52.16%-
XYZ18.2918.9913.29-
YUV120.34113.14137.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=38.44%
G=34.39%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331199400.110.290.4838.4617.1844.51
Hex85775E0B1D3026112d
Octal2051671360133560462155
Binary1000010111101111011110010111110111000010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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