#85775B

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

Shades of Stonewall #85775B

Tints of Stonewall #85775B

Color information

#85775B (or 0x85775B) is unknown color: approx Stonewall. HEX triplet: 85, 77 and 5B. RGB value is (133,119,91). Sum of RGB (Red+Green+Blue) = 133+119+91=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775B is #7A88A4. Grayscale: #787878. Windows color (decimal): -8030373 or 5994373. OLE color: 5994373.

HSL color Cylindrical-coordinate representation of color #85775B: hue angle of 40º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85775B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB13311991-
CMYK00.110.320.48
HSL40º18.75%43.92%-
HSV(B)40º31.58%52.16%-
XYZ18.1618.9412.6-
YUV119.99111.64137.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=38.78%
G=34.69%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331199100.110.320.484018.7543.92
Hex85775B0B203028132c
Octal2051671330134060502354
Binary10000101111011110110110101110000011000010100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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