#85795C

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

Shades of Stonewall #85795C

Tints of Stonewall #85795C

Color information

#85795C (or 0x85795C) is unknown color: approx Stonewall. HEX triplet: 85, 79 and 5C. RGB value is (133,121,92). Sum of RGB (Red+Green+Blue) = 133+121+92=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85795C is #7A86A3. Grayscale: #797979. Windows color (decimal): -8029860 or 6060421. OLE color: 6060421.

HSL color Cylindrical-coordinate representation of color #85795C: hue angle of 42.44º 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 #85795C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13312192-
CMYK00.090.310.48
HSL42.44º18.22%44.12%-
HSV(B)42.44º30.83%52.16%-
XYZ18.4419.4312.9-
YUV121.28111.48136.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=38.44%
G=34.97%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331219200.090.310.4842.4418.2244.12
Hex85795C091F302a122c
Octal2051711340113760522254
Binary1000010111110011011100010011111111000010101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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