#857860

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

Shades of Stonewall #857860

Tints of Stonewall #857860

Color information

#857860 (or 0x857860) is unknown color: approx Stonewall. HEX triplet: 85, 78 and 60. RGB value is (133,120,96). Sum of RGB (Red+Green+Blue) = 133+120+96=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857860 is #7A879F. Grayscale: #797979. Windows color (decimal): -8030112 or 6322309. OLE color: 6322309.

HSL color Cylindrical-coordinate representation of color #857860: hue angle of 38.92º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857860 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13312096-
CMYK00.100.280.48
HSL38.92º16.16%44.9%-
HSV(B)38.92º27.82%52.16%-
XYZ18.519.2613.81-
YUV121.15113.81136.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=38.11%
G=34.38%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331209600.100.280.4838.9216.1644.9
Hex8578600A1C3027102d
Octal2051701400123460472055
Binary1000010111110001100000010101110011000010011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857860; }

 p { color: rgb(133,120,96); }

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

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

 a { background-color: rgb(133,120,96); }

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

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

 span { border-color: rgb(133,120,96); }

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