#85775C

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

Shades of Stonewall #85775C

Tints of Stonewall #85775C

Color information

#85775C (or 0x85775C) is unknown color: approx Stonewall. HEX triplet: 85, 77 and 5C. RGB value is (133,119,92). Sum of RGB (Red+Green+Blue) = 133+119+92=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775C is #7A88A3. Grayscale: #787878. Windows color (decimal): -8030372 or 6059909. OLE color: 6059909.

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

Color convert

RGB13311992-
CMYK00.110.310.48
HSL39.51º18.22%44.12%-
HSV(B)39.51º30.83%52.16%-
XYZ18.218.9512.82-
YUV120.11112.14137.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=38.66%
G=34.59%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331199200.110.310.4839.5118.2244.12
Hex85775C0B1F3028122c
Octal2051671340133760502254
Binary1000010111101111011100010111111111000010100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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